Hi,
i'm currently working on a project where i need to work with several different librarys. i
work with ms visual studio 2003 compiler. All of the libs, except mysql++, require me to
use the "Multithreaded" (Multithreaded-Debug) as runtime not "Multithreaded-DLL". When i
try to compile my project i get a lot of linker warnings (4217, 4049) and a linker error:
error LNK2019: Nicht aufgelöstes externes Symbol '"__declspec(dllimport) public:
unsigned int __thiscall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >::find(char,unsigned
int)const "
(__imp_?find@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIDI@Z)',
verwiesen in Funktion '"private: void __thiscall LoginService::HandleLoginRequest(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >)"
(?HandleLoginRequest@LoginService@@AAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)'
do you have any suggestions?
greets
Axel