PDA

View Full Version : DR2 compile error


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!

Merth
07-30-2003, 09:21 AM
Add doors.cpp to the project. This change was not made in time to get into CVS.

herkimer
07-30-2003, 09:30 AM
Thanks Merth! Works like a charm - Sorry for my lack of c++ know-how, but I'm learning...