joakim_tosteberg wrote:Loos like the same kinds of erors you had with dc++. I think you will have to add ADLSProperties, DCPPkPage, DCPPkDetectorPage and DCPPkDetector2Page. I´m not sure if you havt to add both the .cpp and .h files or only the .ccp or the .h. Test this and see if you get lesser errors.
Now I only have 4 errors left..
--------------------Configuration: DCPlusPlus - Win32 Release--------------------
Linking...
LINK : warning LNK4199: /DELAYLOAD:imagehlp.dll ignored; no imports found from imagehlp.dll
client.lib(ConnectionManager.obj) : error LNK2001: unresolved external symbol "public: bool __thiscall UserClientType::isExtendedLock(void)" (?isExtendedLock@UserClientType@@QAE_NXZ)
client.lib(ConnectionManager.obj) : error LNK2001: unresolved external symbol "public: static class UserClientType * __fastcall UserClientType::getUserClientType(class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char>
>,class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> >)" (?getUserClientType@UserClientType@@SIPAV1@V?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@0@Z)
client.lib(ConnectionManager.obj) : error LNK2001: unresolved external symbol "public: __thiscall UserClientType::~UserClientType(void)" (??1UserClientType@@QAE@XZ)
App/DCPlusPlus.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.