Moderator: MacroQuest Developers

You must use either VC6++ or VC.net to compile, preferably VC.net. No other compiler is capable of compiling MacroQuest2.
Install Visual C++ 6.0 or Visual Studio 6.0
If you are installing VC6++ please make sure you have installed SERVICE PACK 6. You can find Service Pack 6 here: Service Pack 6
Download the MacroQuest2 source files
Unzip it into any new folder
Go to the newly created folder and double click MQ2Auth.exe
Double click macroquest2.dsw file. This will Open Visual C++
Select Build -> Set Active Config and select MQ2main. Click OK
Select Build -> Build MQ2main.dll or press F7
Select Build -> Batch Build. Make sure everything in the batch build window that says release has a check by it.
Click the Build button. All should compile with no errors or warnings.

