View Single Post
  #1  
Old 03-04-2011, 09:08 PM
gredesh
Sarnak
 
Join Date: Feb 2006
Posts: 42
Default 2 Linking Errors, prs help

Got 2 linking errors that I don't really know how to fix, someone halp pls!

net.obj : error LNK2019: unresolved external symbol "public: __thiscall debug::debug(char *,int)" (??0debug@@QAE@PADH@Z) referenced in function "void __cdecl `dynamic initializer for 'dbg''(void)" (??__Edbg@@YAXXZ)
net.obj : error LNK2019: unresolved external symbol "public: __thiscall debug::~debug(void)" (??1debug@@QAE@XZ) referenced in function "void __cdecl `dynamic atexit destructor for 'dbg''(void)" (??__Fdbg@@YAXXZ)


Also, in the latest version of the source I don't seem to be able to compile as releaseperl, what gives?
Reply With Quote