Problem with Multithreaded Runtime Setting 2007-07-10 - By Axel Stumpp
Back 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@(protected)?$char_traits@(protected)@(protected)@@(protected)?$allocator@(protected)@(protected)@@(protected)@@(protected)@(protected))', verwiesen in Funktion '"private: void __thiscall LoginService: :HandleLoginRequest(class std::basic_string<char,struct std::char_traits<char> ,class std::allocator<char> >)" (?HandleLoginRequest@(protected)@@(protected)?$basic _string@(protected)?$char_traits@(protected)@(protected)@@(protected)?$allocator@(protected)@(protected)@@(protected)@@@(protected))'
do you have any suggestions?
greets Axel
|
|