View Single Post
  #1  
Old 07-30-2003, 09:12 AM
herkimer
Fire Beetle
 
Join Date: Apr 2003
Posts: 24
Default DR2 compile error

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:oors(struct Door const *)" (??0Doors@@QAE@PBUDoor@@@Z)
../Build/Zone.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

Any help appreciated!
Reply With Quote