Re: [Quickfix-developers] Link error
Brought to you by:
orenmnero
From: Joerg T. <Joe...@ma...> - 2004-08-05 17:25:28
|
Hallo Nico, you should translate the error messages for our English speaking friends: "bereits in ... definiert" = "already defined in ..." All the other messages translated below. Cheers, Jörg > i've downloaded the most current version of the QuickFix Engine for > Windows/C++. > > > > During linking process i get the following errors: > > > > 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 already defined in > > 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 already defined 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 already defined in > quickfix.lib(MessageStore.obj) definiert > > LINK : fatal error LNK1104: Datei "atls.lib" kann nicht geoeffnet werden Cannot open file "atls.lib" > > Fehler beim Ausführen von link.exe. Error executing link.exe > > > > Can anyone tell me why the logic_error objects are multible defined? > > > > Thanks, > > Nico > -- Joerg Thoennes http://macd.com Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen |