CzDC forum

CzDC English Forum => Programmer's Help => Topic started by: shufty on 03 July, 2004, 20:40:44

Title: Resources
Post by: shufty on 03 July, 2004, 20:40:44
Not a clue what happened, but i was getting these 2 errors when compiling. I presume they go together though.

QuoteCZDCPlusPlus error LNK2001: unresolved external symbol "private: virtual void __thiscall HubFrame::on(struct ClientListener::X<16>,class Client *,class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &)" (?on@HubFrame@@EAEXU?$X@$0BA@@ClientListener@@PAVClient@@ABV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@@Z)

QuoteCZDCPlusPlus fatal error LNK1120: 1 unresolved externals
I've tried to decipher it, but i dunno what happened. Sorry for the lack of details though.
Title: Resources
Post by: shufty on 04 July, 2004, 16:51:24
i'm pretty sure it's not STL, used an older version to verify; although you can never be 100%. Anyone recommend any tools that will list ALL the files that have changed when you compare 2 directories? I think i may have started on something and forgotten about it.

EDIT: i fixed it. I commented a line too high  :lol:  
Title: Resources
Post by: PPK on 04 July, 2004, 20:51:45
QuoteAnyone recommend any tools that will list ALL the files that have changed when you compare 2 directories?
WinMerge (http://sourceforge.net/projects/winmerge/)  ;)  
Title: Resources
Post by: shufty on 04 July, 2004, 21:55:19
QuoteWinMerge (http://sourceforge.net/projects/winmerge/)  ;)
Cheers, i found one just before i came back to check :) File comparer, did exactly what i was looking for, but i will check out winmerge. I really could so with a cvs server on my network to sync working versions with.