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
1685
March 03, 2021 12:30AM
730
March 03, 2021 07:55AM
747
March 03, 2021 08:45AM
700
March 03, 2021 09:52AM
Re: c++ and Exlipse
1210
March 03, 2021 03:54PM
796
March 04, 2021 03:42AM
666
March 04, 2021 09:06AM
794
March 04, 2021 09:12AM
763
March 04, 2021 10:01AM
791
March 04, 2021 10:29AM
740
March 04, 2021 11:38AM
837
March 05, 2021 04:47AM
680
March 07, 2021 09:29AM
869
May 23, 2021 10:26AM
826
May 24, 2021 03:01AM
688
May 24, 2021 12:46PM
684
May 25, 2021 03:05PM
750
May 25, 2021 04:32PM
675
May 26, 2021 04:04PM
659
March 26, 2021 01:13AM
610
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.