Using VS.Net 2003 I get the following build output for each project.
------ Build started: Project: MQ2Map, Configuration: Release Win32 ------
Build log was saved at "file://c:\Documents and Settings\deleted_username\Desktop\MQ2-Latest\MQ2Map\Intermediate\BuildLog.htm"
MQ2Map - 1 error(s), 0 warning(s)
Contents of log:
Creating temporary file "c:\Documents and Settings\deleted_username\Desktop\MQ2-Latest\MQ2Map\Intermediate\RSP00000B.rsp" with contents
[
/O2 /D "CINTERFACE" /D "_WINDLL" /D "_MBCS" /FD /EHsc /MT /Zp1 /Fo".\Intermediate/" /Fd".\Intermediate/vc70.pdb" /W3 /c /Zi /Gd /TP /DCINTERFACE
".\MQ2MapCommands.cpp"
".\MQ2MapAPI.cpp"
".\MQ2Map.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\deleted_username\Desktop\MQ2-Latest\MQ2Map\Intermediate\RSP00000B.rsp" /nologo"
Just to review...
1. Install Visual VC.NET
done a long time ago
2. Download the MacroQuest2 source files
done
3. Unzip it into any new folder
done
3. Right click the folder, select Properties, and remove the Read only flag
done
4. Double-click MQ2Auth.exe. This will create the file necessary for compiling MQ2 in the MQ2Main folder.
done
4. Double-click the Macroquest2.sln file. VC.net will open the MacroQuest project
done...vs.net asks if i want to convert the file, clicked yes
6. Go to the Build menu and select Configuration Manager
done
7. Select Release, and place a check in each dll you want compiled. Click the Close button
done
8. Go to the Build menu and select Build Solution
done
9. The dll files should compile.
Unfortunaetly I get the errors above...
I'm not a C++ dev...I do some C# work which is why I have vs.net so debugging what the hell I am doing wrong is something I am not capable of doing atm. I have compiled c++ programs before with no problem though. I read one post that said MC was meant for c developers only. If that's the case I can live with it, if not, would love some pointers.
I did try compiling the previous release to the latest as well...same results.


