From: Axel Stumpp Date: July 10 2007 11:24am Subject: Fw: Problem with Multithreaded Runtime Setting List-Archive: http://lists.mysql.com/plusplus/6754 Message-Id: <001b01c7c2e4$ec854f00$6b02a8c0@Balivelaptop1> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0016_01C7C2F5.AE0B2310" ------=_NextPart_000_0016_01C7C2F5.AE0B2310 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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=F6stes externes Symbol = '"__declspec(dllimport) public: unsigned int __thiscall = std::basic_string,class = std::allocator >::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,class std::allocator >)" = (?HandleLoginRequest@LoginService@@AAEXV?$basic_string@DU?$char_traits@D@= std@@V?$allocator@D@2@@std@@@Z)' do you have any suggestions? greets Axel ------=_NextPart_000_0016_01C7C2F5.AE0B2310--