Current Standard Macroquest Link

A forum for the general posts relating to MacroQuest. *DEPRECATED: This forum is no longer in public use, but remains here for your reading pleasure. Enjoy

Moderator: MacroQuest Developers

crisdan
a ghoul
a ghoul
Posts: 126
Joined: Mon Mar 24, 2003 1:56 pm

Current Standard Macroquest Link

Post by crisdan » Mon Mar 24, 2003 1:57 pm

Could someone please post a link to the CURRENT standard version so that I may download anb being my education? :>

Just wanna learn and explore :D

|| Napolion ||
a ghoul
a ghoul
Posts: 96
Joined: Sat Dec 28, 2002 7:45 am

You need the MacroQuest ??

Post by || Napolion || » Tue Mar 25, 2003 6:06 am

Take a look at this link http://macroquest2.com/source/SRC-20030308.zip
You have to compile it thow.
If you dont know how get some help from this post.
Look true it, hope it helps you out. :?

crisdan
a ghoul
a ghoul
Posts: 126
Joined: Mon Mar 24, 2003 1:56 pm

Post by crisdan » Tue Mar 25, 2003 4:17 pm

Ok after following the articles i have read on here...here is my current error and setup using enterprise visual.net to compile;

The Perl is downloaded and installed with a msi in c:/Perl
The detours stuf is right now in a temp folder, what do you do with that?.

Here are the 2 errors:

1 . EQLib fatal error LNK1181: cannot open input file '..\PerlCore\lib\Perl56.lib'


2. MacroQuest fatal error LNK1181: cannot open input file '\unzipped\SRC-20030308\SRC-20030308\Release\EQLib.lib'

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Tue Mar 25, 2003 5:00 pm

crisdan wrote:1 . EQLib fatal error LNK1181: cannot open input file '..\PerlCore\lib\Perl56.lib'
There are two ways to fix this:
1. Get the ActivePerl download and move perl56.lib into the appropriate diretory.
2. Get the eqlib.vcproj from the CVS depot. It has the perl stuff turned off. Alternately, you can remove the USE_PERL define and the Perl56.lib link target.
crisdan wrote: 2. MacroQuest fatal error LNK1181: cannot open input file '\unzipped\SRC-20030308\SRC-20030308\Release\EQLib.lib'
Once you fix problem 1, problem 2 will be solved.

crisdan
a ghoul
a ghoul
Posts: 126
Joined: Mon Mar 24, 2003 1:56 pm

Post by crisdan » Wed Mar 26, 2003 9:48 am

Thank you very much...gonna give this a try today and see what happens.