Microsoft Platform SDK (just the core package)
Microsoft .NET Framework Version 1.1 Redistributable Package
Microsoft .NET Framework SDK Version 1.1
The first thing I do is go to the bin dir in the microsoft.net/sdk/ver1.1/bin and run sdkvars from the command line. This sets the path so I can run nmake from the macro quest folder.
Then I cd\macroquest\eqlib and run nmake and get a ton of errors to include:
Code: Select all
Cannot determine compiler version.
use set COMPILER=6
or set COMPILER=7
as appropriate
Code: Select all
cl : Command line warning D4029 : optimization is not available in the standard edition compiler
Code: Select all
EQLib_Commands.cpp
..\dxsdk81\include\dinput.h(17) : fatal error C1083: Cannot open include file: '
objbase.h': No such file or directory
I've seen posts say that MQ can be compiled this way. What am I missing? With these downloads I cannot find vsvars32.bat or vcvars32.bat, although I am assuming that sdkvars.bat does the same thing to set the path.
I would appreciate a little help on this.
Bonkers (going I think)


