Difference between revisions of "Admins:Windows Server"

(New page: == How to compile a windows server == * Download zlib code and extract it to C:\zlib. ** [http://www.zlib.net/zlib123-dll.zip zlib download] * Download and install MySql ** [http://dev....)
 
Line 24: Line 24:
  
 
* Rename zlib1.dll (found in C:\zlib) to zlib.dll and copy it into your EQ2Emu folder
 
* Rename zlib1.dll (found in C:\zlib) to zlib.dll and copy it into your EQ2Emu folder
 +
 +
Guide taken from EQ2Emu Forums posted by Razmalone
 +
[http://www.eq2emulator.net/forums/viewtopic.php?t=131 Origional Post Here]

Revision as of 18:36, 27 January 2008

How to compile a windows server


  • Open World.sln and run through the conversion wizard.
  • In Visual Studio 2005 (will probably work the same with 2003), click Tools-> Options-> Projects and Solutions then choose VC++ Directories.
  • Under the Show Directories For: click on the drop down box and choose Include Files
  • Click the new line button (Ctrl+Insert) and find C:\zlib\include
  • Repeat the previous step and add C:\Program Files\MySql\MySql Server 5.0\Include
  • Now click on the Show Directories For: drop down box again and choose reference files and add C:\Program Files\MySql\MySql Server 5.0\lib\opt.
  • Rename zlib1.dll (found in C:\zlib) to zlib.dll and copy it into your EQ2Emu folder

Guide taken from EQ2Emu Forums posted by Razmalone Origional Post Here