adding the files in the common/patches folder got rid of a a couple errors. It now shows:
------ Build started: Project: Zone, Configuration: Debug Win32 ------
Linking...
EQZonePacket.obj : error LNK2019: unresolved external symbol "protected: __thiscall EQPacket::EQPacket(class OpcodeManager * *,unsigned short,unsigned char const *,unsigned int)" (??0EQPacket@@IAE@PAPAVOpcodeManager@@GPBEI@Z) referenced in function "public: __thiscall EQApplicationPacket::EQApplicationPacket(class OpcodeManager * *)" (??0EQApplicationPacket@@QAE@PAPAVOpcodeManager@@@ Z)
EQChatPacket.obj : error LNK2001: unresolved external symbol "protected: __thiscall EQPacket::EQPacket(class OpcodeManager * *,unsigned short,unsigned char const *,unsigned int)" (??0EQPacket@@IAE@PAPAVOpcodeManager@@GPBEI@Z)
EQLoginPacket.obj : error LNK2001: unresolved external symbol "protected: __thiscall EQPacket::EQPacket(class OpcodeManager * *,unsigned short,unsigned char const *,unsigned int)" (??0EQPacket@@IAE@PAPAVOpcodeManager@@GPBEI@Z)
EQMailPacket.obj : error LNK2001: unresolved external symbol "protected: __thiscall EQPacket::EQPacket(class OpcodeManager * *,unsigned short,unsigned char const *,unsigned int)" (??0EQPacket@@IAE@PAPAVOpcodeManager@@GPBEI@Z)
EQWorldPacket.obj : error LNK2001: unresolved external symbol "protected: __thiscall EQPacket::EQPacket(class OpcodeManager * *,unsigned short,unsigned char const *,unsigned int)" (??0EQPacket@@IAE@PAPAVOpcodeManager@@GPBEI@Z)
patches.obj : error LNK2019: unresolved external symbol "void __cdecl Live::Register(class EQStreamIdentifier &)" (?Register@Live@@YAXAAVEQStreamIdentifier@@@Z) referenced in function "void __cdecl RegisterAllPatches(class EQStreamIdentifier &)" (?RegisterAllPatches@@YAXAAVEQStreamIdentifier@@@Z )
patches.obj : error LNK2019: unresolved external symbol "void __cdecl Live::Reload(void)" (?Reload@Live@@YAXXZ) referenced in function "void __cdecl ReloadAllPatches(void)" (?ReloadAllPatches@@YAXXZ)
../build/ZoneDebug.exe : fatal error LNK1120: 3 unresolved externals
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
I double checked and my Eqpacket.cpp is in my zone project.
|