HELP ME!!!!
I am using VS6, i started from the first source file available on sourceforge. Sourced in earliest to lates only replacing older files since i was missing some project files (eqcrypto, login, and chat) I have tried to use CVS but i get a connection then it doesnt download the CVS fiiles
But as i was trying to compile some of my files, I get the following when i do the compile.
Deleting intermediate files and output files for project 'EMuShareMem - Win32 Release'.
--------------------Configuration: EMuShareMem - Win32 Release--------------------
Compiling...
DLLMain.cpp
Doors.cpp
Items.cpp
Loot.cpp
MMF.cpp
NPCFactionLists.cpp
NPCTypes.cpp
Spells.cpp
timer.cpp
console.cpp
Linking...
Creating library ../Build/EMuShareMem.lib and object ../Build/EMuShareMem.exp
console.obj : error LNK2001: unresolved external symbol "public: bool __thiscall TCPConnection::Send(unsigned char const *,int)" (?Send@TCPConnection@@QAE_NPBEH@Z)
console.obj : error LNK2001: unresolved external symbol "public: void __thiscall TCPConnection::SetEcho(bool)" (?SetEcho@TCPConnection@@QAEX_N@Z)
console.obj : error LNK2001: unresolved external symbol "public: void __thiscall TCPConnection::Free(void)" (?Free@TCPConnection@@QAEXXZ)
console.obj : error LNK2001: unresolved external symbol _inet_ntoa@4
console.obj : error LNK2001: unresolved external symbol "public: bool __thiscall ZSList::SendPacket(char const *,class ServerPacket *)" (?SendPacket@ZSList@@QAE_NPBDPAVServerPacket@@@Z)
console.obj : error LNK2001: unresolved external symbol "class ZSList zoneserver_list" (?zoneserver_list@@3VZSList@@A)
console.obj : error LNK2001: unresolved external symbol "public: char * __thiscall TCPConnection::PopLine(void)" (?PopLine@TCPConnection@@QAEPADXZ)
console.obj : error LNK2001: unresolved external symbol "unsigned int numzones" (?numzones@@3IA)
console.obj : error LNK2001: unresolved external symbol "public: void __thiscall ZSList::Add(class ZoneServer *)" (?Add@ZSList@@QAEXPAVZoneServer@@@Z)
console.obj : error LNK2001: unresolved external symbol "public: __thiscall ZoneServer::ZoneServer(class TCPConnection *)" (??0ZoneServer@@QAE@PAVTCPConnection@@@Z)
console.obj : error LNK2001: unresolved external symbol "unsigned int __cdecl AppendAnyLenString(char * *,unsigned int *,unsigned int *,char const *,...)" (?AppendAnyLenString@@YAIPAPADPAI1PBDZZ)
console.obj : error LNK2001: unresolved external symbol "public: short __thiscall Database::CheckStatus(unsigned int)" (?CheckStatus@Database@@QAEFI@Z)
console.obj : error LNK2001: unresolved external symbol "public: void __thiscall Database::GetAccountName(unsigned int,char *,unsigned int *)" (?GetAccountName@Database@@QAEXIPADPAI@Z)
console.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall Database::CheckLogin(char const *,char const *,short *)" (?CheckLogin@Database@@QAEIPBD0PAF@Z)
console.obj : error LNK2001: unresolved external symbol "public: void __cdecl ZSList::SendEmoteMessage(char const *,unsigned int,short,unsigned int,char const *,...)" (?SendEmoteMessage@ZSList@@QAAXPBDIFI0ZZ)
console.obj : error LNK2001: unresolved external symbol "public: bool __thiscall ZSList::SetLockedZone(unsigned short,bool)" (?SetLockedZone@ZSList@@QAE_NG_N@Z)
console.obj : error LNK2001: unresolved external symbol "public: void __thiscall ZSList::ListLockedZones(char const *,class WorldTCPConnection *)" (?ListLockedZones@ZSList@@QAEXPBDPAVWorldTCPConnec tion@@@Z)
console.obj : error LNK2001: unresolved external symbol "public: void __thiscall ZSList::SendCLEList(short const &,char const *,class WorldTCPConnection *,char const *)" (?SendCLEList@ZSList@@QAEXABFPBDPAVWorldTCPConnect ion@@1@Z)
console.obj : error LNK2001: unresolved external symbol "int __cdecl GetOS(void)" (?GetOS@@YAHXZ)
console.obj : error LNK2001: unresolved external symbol "public: void __thiscall LoginServer::SendStatus(void)" (?SendStatus@LoginServer@@QAEXXZ)
console.obj : error LNK2001: unresolved external symbol "class NetConnection net" (?net@@3VNetConnection@@A)
console.obj : error LNK2001: unresolved external symbol "class LoginServer loginserver" (?loginserver@@3VLoginServer@@A)
console.obj : error LNK2001: unresolved external symbol "void __cdecl CatchSignal(int)" (?CatchSignal@@YAXH@Z)
console.obj : error LNK2001: unresolved external symbol "public: static void __cdecl ZSList::SOPZoneBootup(char const *,unsigned int,char const *,bool)" (?SOPZoneBootup@ZSList@@SAXPBDI0_N@Z)
console.obj : error LNK2001: unresolved external symbol "public: char const * __thiscall Database::GetZoneName(unsigned int,bool)" (?GetZoneName@Database@@QAEPBDI_N@Z)
console.obj : error LNK2001: unresolved external symbol "public: void __thiscall ZSList::SendZoneStatus(char const *,short,class WorldTCPConnection *)" (?SendZoneStatus@ZSList@@QAEXPBDFPAVWorldTCPConnec tion@@@Z)
console.obj : error LNK2001: unresolved external symbol "public: void __thiscall ZSList::SendWhoAll(char const *,short,struct Who_All_Struct *,class WorldTCPConnection *)" (?SendWhoAll@ZSList@@QAEXPBDFPAUWho_All_Struct@@PA VWorldTCPConnection@@@Z)
console.obj : error LNK2001: unresolved external symbol "char * __cdecl strn0cpy(char *,char const *,unsigned int)" (?strn0cpy@@YAPADPADPBDI@Z)
console.obj : error LNK2001: unresolved external symbol "public: bool __thiscall ZSList::SendPacket(class ServerPacket *)" (?SendPacket@ZSList@@QAE_NPAVServerPacket@@@Z)
console.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Database::SetGMFlag(char const *,short)" (?SetGMFlag@Database@@QAE_NPBDF@Z)
console.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Database::MoveCharacterToZone(char *,char *)" (?MoveCharacterToZone@Database@@QAE_NPAD0@Z)
console.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Database::CheckUsedName(char const *)" (?CheckUsedName@Database@@QAE_NPBD@Z)
console.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall Database::GetZoneID(char const *)" (?GetZoneID@Database@@QAEIPBD@Z)
console.obj : error LNK2001: unresolved external symbol "public: class ZoneServer * __thiscall ZSList::FindByName(char const *)" (?FindByName@ZSList@@QAEPAVZoneServer@@PBD@Z)
console.obj : error LNK2001: unresolved external symbol "public: void __thiscall ZSList::SendEmoteMessageRaw(char const *,unsigned int,short,unsigned int,char const *)" (?SendEmoteMessageRaw@ZSList@@QAEXPBDIFI0@Z)
console.obj : error LNK2001: unresolved external symbol "public: void __cdecl ZSList::SendChannelMessage(char const *,char const *,unsigned char,unsigned char,char const *,...)" (?SendChannelMessage@ZSList@@QAAXPBD0EE0ZZ)
console.obj : error LNK2001: unresolved external symbol "public: bool __thiscall TCPConnection::GetEcho(void)" (?GetEcho@TCPConnection@@QAE_NXZ)
console.obj : error LNK2001: unresolved external symbol "public: static void __cdecl MD5::Generate(unsigned char const *,unsigned int,unsigned char * const)" (?Generate@MD5@@SAXPBEIQAE@Z)
console.obj : error LNK2001: unresolved external symbol "public: static void __cdecl ZSList::ShowUpTime(class WorldTCPConnection *,char const *)" (?ShowUpTime@ZSList@@SAXPAVWorldTCPConnection@@PBD @Z)
console.obj : error LNK2001: unresolved external symbol "public: class ZoneServer * __thiscall ZSList::FindByID(unsigned int)" (?FindByID@ZSList@@QAEPAVZoneServer@@I@Z)
console.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Database::SetLocalPassword(unsigned int,char const *)" (?SetLocalPassword@Database@@QAE_NIPBD@Z)
console.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall Database::GetAccountIDByName(char const *,short *,unsigned int *)" (?GetAccountIDByName@Database@@QAEIPBDPAFPAI@Z)
console.obj : error LNK2001: unresolved external symbol "class Database database" (?database@@3VDatabase@@A)
../Build/EMuShareMem.dll : fatal error LNK1120: 43 unresolved externals
Error executing link.exe.
EMuShareMem.dll - 44 error(s), 0 warning(s)
HELP ME!!!!!!!
|