G
Guest
Converting an standard mfc-app (which compiles without error in VC++ 6.0) yields some mysterious linker errors in VS.Net (7.1). I have to include two SAP-libs (cause my app calls an sap-rfc-module) which seem to be the source of the linker troubles. The linker messages state:
Unresolved external - __declspec(dllimport) bool __cdecl std:perator==(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char>> const &,char const *)" (__imp_??8std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z)', verwiesen in Funktion '"private: void __thiscall CRfcGetFunctionInterface::ConstructParameters(void)" (?ConstructParameters@CRfcGetFunctionInterface@@AAEXXZ)
o
Unresolved external - __declspec(dllimport) private: void __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char>>::_Tidy(bool)" (__imp_?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEX_N@Z)
Do I need updated lib-files? Do I have to include some other lib(s)
Any help welcome...
Unresolved external - __declspec(dllimport) bool __cdecl std:perator==(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char>> const &,char const *)" (__imp_??8std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z)', verwiesen in Funktion '"private: void __thiscall CRfcGetFunctionInterface::ConstructParameters(void)" (?ConstructParameters@CRfcGetFunctionInterface@@AAEXXZ)
o
Unresolved external - __declspec(dllimport) private: void __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char>>::_Tidy(bool)" (__imp_?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEX_N@Z)
Do I need updated lib-files? Do I have to include some other lib(s)
Any help welcome...