herkimer
07-30-2003, 09:12 AM
I get this when compiling zone.exe
Linking...
client_process.obj : error LNK2001: unresolved external symbol "public: void __thiscall Doors::HandleClick(class Client *)" (?HandleClick@Doors@@QAEXPAVClient@@@Z)
zone.obj : error LNK2001: unresolved external symbol "public: __thiscall Doors::Doors(struct Door const *)" (??0Doors@@QAE@PBUDoor@@@Z)
../Build/Zone.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
Any help appreciated!
Linking...
client_process.obj : error LNK2001: unresolved external symbol "public: void __thiscall Doors::HandleClick(class Client *)" (?HandleClick@Doors@@QAEXPAVClient@@@Z)
zone.obj : error LNK2001: unresolved external symbol "public: __thiscall Doors::Doors(struct Door const *)" (??0Doors@@QAE@PBUDoor@@@Z)
../Build/Zone.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
Any help appreciated!