
Hi there, I'm getting linker errors when I'm trying to compile my application with VS.2003 and boost-1.32. The application uses a DLL which doesn't use parts of the STL or boost, only the application itself and a static library (which contains the major parts of the code) are using boost, STL and MFC code. mfcie error LNK2019: Nicht aufgelöstes externes Symbol '"class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<(class std::basic_ostream<char,struct std::char_traits<char>
&,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABV?$basic_str ing@DU?$char_traits@D@std@@V?$allocator@D@2@@0@@Z)', verwiesen in Funktion '"public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall MemoryInfo::getTotalRam(void)const " (?getTotalRam@MemoryInfo@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$all ocator@D@2@@std@@XZ)' mfcie error LNK2001: Nichtaufgelöstes externes Symbol "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<(class std::basic_ostream<char,struct std::char_traits<char> &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABV?$basic_str ing@DU?$char_traits@D@std@@V?$allocator@D@2@@0@@Z) mfcie error LNK2001: Nichtaufgelöstes externes Symbol "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<(class std::basic_ostream<char,struct std::char_traits<char> &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABV?$basic_str ing@DU?$char_traits@D@std@@V?$allocator@D@2@@0@@Z) mfcie error LNK2019: Nicht aufgelöstes externes Symbol '"__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)', verwiesen in Funktion '"public: virtual void __thiscall DriveInfo::determineDriveInfo(unsigned int const &)" (?determineDriveInfo@DriveInfo@@UAEXABI@Z)' mfcie error LNK2001: Nichtaufgelöstes externes Symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<(class std::basic_ostream<char,struct std::char_traits<char> &,char const *)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) mfcie error LNK2019: Nicht aufgelöstes externes Symbol '"__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z)', verwiesen in Funktion '"protected: virtual void __thiscall OSInfo::determineOSInfo(void)" (?determineOSInfo@OSInfo@@MAEXXZ)' mfcie error LNK2001: Nichtaufgelöstes externes Symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<(class std::basic_ostream<char,struct std::char_traits<char> &,char const *)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) mfcie error LNK2019: Nicht aufgelöstes externes Symbol '"__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,char)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@D@Z)', verwiesen in Funktion '"public: virtual void __thiscall DriveInfo::determineDriveInfo(unsigned int const &)" (?determineDriveInfo@DriveInfo@@UAEXABI@Z)' mfcie error LNK2019: Nicht aufgelöstes externes Symbol '"__declspec(dllimport) bool __cdecl std::operator==(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_??8std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2 @@0@0@Z)', verwiesen in Funktion '"public: enum CpuStats::e_CPUVENDORS __thiscall CpuStats::getVendor(void)const " (?getVendor@CpuStats@@QBE?AW4e_CPUVENDORS@1@XZ)' mfcie fatal error LNK1120: 4 unaufgelöste externe Verweise
Any ideas? Greetings Andrew