View Single Post
  #2  
Old 01-19-2012, 09:07 AM
dark_fusion's Avatar
dark_fusion
Fire Beetle
 
Join Date: Jun 2007
Posts: 18
Default

Slowly I'm making progress, I get everything to compile except the world which gives the following error messages - Any idea how to fix?

Code:
console.obj : error LNK2019: unresolved external symbol "public: void __thiscall QueryServConnection::SetConnection(class EmuTCPConnection *)" (?SetConnection@QueryServConnection@@QAEXPAVEmuTCPConnection@@@Z) referenced in function "public: bool __thiscall Console::Process(void)" (?Process@Console@@QAE_NXZ)
2>net.obj : error LNK2019: unresolved external symbol "public: bool __thiscall QueryServConnection::Process(void)" (?Process@QueryServConnection@@QAE_NXZ) referenced in function _main
2>net.obj : error LNK2019: unresolved external symbol "public: __thiscall QueryServConnection::QueryServConnection(void)" (??0QueryServConnection@@QAE@XZ) referenced in function "void __cdecl `dynamic initializer for 'QSLink''(void)" (??__EQSLink@@YAXXZ)
2>zoneserver.obj : error LNK2019: unresolved external symbol "public: bool __thiscall QueryServConnection::SendPacket(class ServerPacket *)" (?SendPacket@QueryServConnection@@QAE_NPAVServerPacket@@@Z) referenced in function "public: bool __thiscall ZoneServer::Process(void)" (?Process@ZoneServer@@QAE_NXZ)
2>.\../build/World.exe : fatal error LNK1120: 4 unresolved externals
Reply With Quote