Setup Compiler
NOTE: This section is based on the VS.NET 2003 compiler

i cannot find the "tools/options" file... where is it, please help
:arrow: :arrow: :arrow: Go to the menu Tools/Options
In the folder pane, navigate to Projects/VC++ Directories
In the Show directories for dropdown, select "Include Files"
At the end of the list, add the following directories:
c:\mysql\include
c:\EqEmu\zlib
In the Show directories for dropdown, select "Library files"
At the end of the list, add the following directory:
c:\mysql\lib\opt
Compile EMuShareMem
Open EMuShareMem.dsp from the directory C:\EqEmu\cvs\eqemu\NewSource\EMuShareMem
Choose 'yes' for converting project to new format (may not apply to your compiler)
Click on the menu Build/Rebuild Solution. Watch it compile!
Compile World
Open World.sln from the directory C:\EqEmu\cvs\eqemu\NewSource\World
Click on the menu Build/Rebuild Solution. Watch it compile!
Compile Zone
Open Zone.sln from the directory C:\EqEmu\cvs\eqemu\NewSource\Zone
Click on the menu Build/Rebuild Solution. Watch it compile!