[Quickfix-developers] Link error
Brought to you by:
orenmnero
From: <lig...@gm...> - 2004-08-05 16:49:08
|
Hi *, =20 i=92ve downloaded the most current version of the QuickFix Engine for Windows/C++. =20 During linking process i get the following errors: =20 msvcprtd.lib(MSVCP60D.dll) : error LNK2005: "public: virtual __thiscall std::logic_error::~logic_error(void)" (??1logic_error@std@@UAE@XZ) = bereits in quickfix.lib(MessageStore.obj) definiert msvcprtd.lib(MSVCP60D.dll) : error LNK2005: "public: __thiscall std::logic_error::logic_error(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0logic_error@std@@QAE@ABV?$basic_string@DU?$char_trait s@D@std@@V?$allocator@D@2@@1@@Z) bereits in = quickfix.lib(MessageStore.obj) definiert msvcprtd.lib(MSVCP60D.dll) : error LNK2005: "public: __thiscall std::logic_error::logic_error(class std::logic_error const &)" (??0logic_error@std@@QAE@ABV01@@Z) bereits in = quickfix.lib(MessageStore.obj) definiert LINK : fatal error LNK1104: Datei "atls.lib" kann nicht geoeffnet werden Fehler beim Ausf=FChren von link.exe. =20 Can anyone tell me why the logic_error objects are multible defined? =20 Thanks, Nico |