Step by step guide to compiling MacroQuest.

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

SEPTiMUS
decaying skeleton
decaying skeleton
Posts: 4
Joined: Mon Mar 10, 2003 9:50 pm

Step by step guide to compiling MacroQuest.

Post by SEPTiMUS » Mon Mar 10, 2003 10:01 pm

Posted nuked by Rizwank.

If you cant spend the $89 dollars to get VS7, cant upgrade past Windows 95, cant figure out how to pirate the damn thing, I dont think you should be compiling anything.
Last edited by SEPTiMUS on Tue Mar 11, 2003 12:56 am, edited 1 time in total.
<--- ;/

User avatar
driftinsupra
Official loudmouth
Official loudmouth
Posts: 212
Joined: Tue Jan 28, 2003 9:25 pm

Post by driftinsupra » Mon Mar 10, 2003 10:05 pm

Now theres a good way to use your 1st post. :D

younglove
a lesser mummy
a lesser mummy
Posts: 38
Joined: Fri Jul 26, 2002 3:17 am
Location: Jacksonville Fl
Contact:

Post by younglove » Mon Mar 10, 2003 10:16 pm

Gotta agree with ya there driftinsupra. A first post like this always makes coming to these boards quite enjoyable. Now if I can find the time to do this I'll be a happy camper once again playing Eq with MQ

SEPTiMUS
decaying skeleton
decaying skeleton
Posts: 4
Joined: Mon Mar 10, 2003 9:50 pm

Post by SEPTiMUS » Mon Mar 10, 2003 10:20 pm

Sorry for upping the tone here, lemme rectify that... Anyone got any plat macros/exploits? :lol: ;)
<--- ;/

Tanarin
decaying skeleton
decaying skeleton
Posts: 3
Joined: Mon Feb 24, 2003 1:47 pm

Post by Tanarin » Mon Mar 10, 2003 11:06 pm

I get to step six and then I'm stuck.

My command prompt won't recognize nmake as a command.

Error message:
'nmake' is not recognized as an internal or external command, operable program, or batch file

Any suggestions?

SEPTiMUS
decaying skeleton
decaying skeleton
Posts: 4
Joined: Mon Mar 10, 2003 9:50 pm

Post by SEPTiMUS » Mon Mar 10, 2003 11:12 pm

You've not setup the environment when installing VC++6. Reinstall it and make sure you do that this time. During install it prompts you to setup the environment (talking about a batch file etc) and you just tell it to do that.
<--- ;/

Tanarin
decaying skeleton
decaying skeleton
Posts: 3
Joined: Mon Feb 24, 2003 1:47 pm

Post by Tanarin » Mon Mar 10, 2003 11:20 pm

God, my computer locks up everytime I try to uninstall...

Curse you everquest! Curse your addictiveness and curse you for creating the bard class and causing my wrists such grief!

Oh...seems to be uninstalling now...thanks for the help. =)

Would using XP cause problems?

SEPTiMUS
decaying skeleton
decaying skeleton
Posts: 4
Joined: Mon Mar 10, 2003 9:50 pm

Post by SEPTiMUS » Mon Mar 10, 2003 11:27 pm

I compiled on Win2K so I wouldn't know, I can't see it being a problem though.[/u]
<--- ;/

almostleet
orc pawn
orc pawn
Posts: 11
Joined: Mon Mar 10, 2003 2:20 pm

Post by almostleet » Tue Mar 11, 2003 12:27 am

Tanarin wrote:I get to step six and then I'm stuck.

My command prompt won't recognize nmake as a command.

Error message:
'nmake' is not recognized as an internal or external command, operable program, or batch file

Any suggestions?
You need to set up your environment, from a command prompt window run vcvars32.bat

it should be in your "microsoft visual studio/vc98/bin" directory

nmake should work after that.