MySQL Forums
Forum List  »  Connector/C++

Re: c++ and Exlipse
Posted by: Joseph Carmon
Date: March 03, 2021 03:54PM

I am getting the same errors with VSCommunity.

Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol "__declspec(dllimport) void __cdecl check(class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<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_?check@@YAXABV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@@std@@@Z) referenced in function "void __cdecl check_lib(void)" (?check_lib@@YAXXZ) Trading C:\Users\Joe\source\repos\Trading\Trading\Trading.obj 1


Seems like there is a linker problem.... Perhaps a library is missing?

Options: ReplyQuote


Subject
Views
Written By
Posted
2259
March 03, 2021 12:30AM
889
March 03, 2021 07:55AM
907
March 03, 2021 08:45AM
900
March 03, 2021 09:52AM
Re: c++ and Exlipse
1472
March 03, 2021 03:54PM
956
March 04, 2021 03:42AM
821
March 04, 2021 09:06AM
1007
March 04, 2021 09:12AM
978
March 04, 2021 10:01AM
966
March 04, 2021 10:29AM
925
March 04, 2021 11:38AM
1043
March 05, 2021 04:47AM
854
March 07, 2021 09:29AM
1127
May 23, 2021 10:26AM
1044
May 24, 2021 03:01AM
881
May 24, 2021 12:46PM
872
May 25, 2021 03:05PM
955
May 25, 2021 04:32PM
854
May 26, 2021 04:04PM
878
March 26, 2021 01:13AM
768
March 26, 2021 06:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.