View Single Post
  #1  
Old 05-17-2006, 02:56 AM
LostZaphod
Sarnak
 
Join Date: May 2006
Posts: 43
Default Compile files

I use Visual studio 2003 and these mods

(also make sure you have mysql, zlib, perl header files and the the libs "mysqlclient.lib, zlib.lib, perl58.lib")

delete these from the common section world.vcproj
<File RelativePath="..\common\EQChatPacket.cpp"> </File>
<File RelativePath="..\common\EQLoginPacket.cpp"> </File>
<File RelativePath="..\common\EQMailPacket.cpp"> </File>
<File RelativePath="..\common\EQWorldPacket.cpp"> </File>
<File RelativePath="..\common\EQZonePacket.cpp"> </File>

add these to the common section of world.vcproj
<File RelativePath="..\common\TCPServer.cpp"> </File>
<File RelativePath="..\common\EmuTCPConnection.cpp"> </File>
<File RelativePath="..\common\EmuTCPServer.cpp"> </File>
Reply With Quote