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>
|