Difference between revisions of "Admins:Windows Server"

(How to compile a windows server)
Line 13: Line 13:
 
* Open World.sln and run through the conversion wizard.
 
* 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.
+
* In Visual Studio 2005 or 2008(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
 
* Under the Show Directories For: click on the drop down box and choose Include Files
Line 22: Line 22:
  
 
* 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.
 
* 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.
 +
 +
* Then click on the Show Directories For: drop down box again and choose library 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
 
* Rename zlib1.dll (found in C:\zlib) to zlib.dll and copy it into your EQ2Emu folder
Line 28: Line 30:
 
<br />
 
<br />
 
<center>
 
<center>
 +
 
======
 
======
 
Guide taken from EQ2Emu Forums posted by Razmalone
 
Guide taken from EQ2Emu Forums posted by Razmalone

Revision as of 01:51, 23 December 2008

How to compile a windows server


  • Open World.sln and run through the conversion wizard.
  • In Visual Studio 2005 or 2008(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.
  • Then click on the Show Directories For: drop down box again and choose library 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

==