Re: problems of collision between MSVC library
"Jinke Jiang" <[email protected]> Sat, 30 Apr 2005 11:21:20 +0800
| Newsgroups | gmane.comp.lib.vovida.vocal |
|---|---|
| Message-ID | <00a701c54d33$b0cd42c0$9700a8c0@jjk> |
Hi Claude, Try to change the ua.dsp project's Runtime Library "Dll multithread (/MD)" to "Debug multithread (/MTd)". Those error message will just disappear. Regards Sam Jiang ----- Original Message ----- = From: "claude monthe" <[email protected]> To: <[email protected]> Sent: Tuesday, March 22, 2005 3:57 AM Subject: [Vocal] problems of collision between MSVC library Hi All i got now some problems i think they could be problems of projects settings (runtime library). i saw that ua.dsp project used "Dll multithread (/MD)" and all others projects (like sip.dsp, base.dsp, rtp.dsp, sdp2.dsp, ...) used "Debug multithread (/MTd)" i tried "Dll multithread" to all projects, but i always have problems below: ua error LNK2005: ___xc_a already defined in MSVCRT.lib(cinitexe.obj) ua error LNK2005: __stricmp already defined in LIBCMTD.lib(stricmp.obj) ua error LNK2005: _calloc already defined in MSVCRT.lib(MSVCR71.dll) ua error LNK2005: "public: __thiscall std::_Lockit::_Lockit(int)" (??0_Lockit@std@@QAE@H@Z) already defined in msvcprtd.lib(MSVCP71D.dll) ua error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)" (??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already defined in msvcprtd.lib(MSVCP71D.dll) any help would be great.! thanks Claude D=E9couvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! Cr=E9ez votre Yahoo! Mail sur http://fr.mail.yahoo.com/ _______________________________________________ vocal mailing list [email protected] To unsubscribe, please go to http://www.vovida.org/mailman/listinfo/vocal _______________________________________________ vocal mailing list [email protected] To unsubscribe, please go to http://www.vovida.org/mailman/listinfo/vocal