Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Problems with QT5 Addin for Visual Studio 2012

$
0
0
Hello, I have currently installed the QT5 addin for Visual Studio 2012 (Version 1.2.2). But when I want to compile the first project (e.g. the project which is created via the assistant when you want to start a new project), I get several errors: 1>qtmaind.lib(qtmain_win.obj) : error LNK2038: Konflikt ermittelt für “_MSC_VER”: Der Wert “1700” stimmt nicht mit dem Wert “1600” in moc_qttest.obj überein. 1>qtmaind.lib(qtmain_win.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol “”__declspec(dllimport) void __cdecl std::Xbad_alloc(void)” (_imp_?_Xbad_alloc@std@@YAXXZ)” in Funktion ““char * __cdecl std::_Allocate<char>(unsigned int,char *)” (??$_Allocate@D@std@@YAPADIPAD@Z)”. 1>qtmaind.lib(qtmain_win.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol “”__declspec(dllimport) char const * __cdecl std::Syserror_map(int)” (_imp_?_Syserror_map@std@@YAPBDH@Z)” in Funktion ““public: virtual class std::error_condition __thiscall std::_System_error_category::default_error_condition(int)const “ (?default_error_condition@_System_error_category@std@@UBE?AVerror_condition@2@H@Z)”. 1>qtmaind.lib(qtmain_win.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol “”__declspec(dllimport) char const * __cdecl std::Winerror_map(int)” (_imp_?_Winerror_map@std@@YAPBDH@Z)” in Funktion ““public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall std::_System_error_category::message(int)const “ (?message@_System_error_category@std@@UBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@H@Z)”. So, what are they telling me, and how can I fix them? Thank you very much!

Viewing all articles
Browse latest Browse all 2113

Trending Articles