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
1775
March 03, 2021 12:30AM
750
March 03, 2021 07:55AM
761
March 03, 2021 08:45AM
724
March 03, 2021 09:52AM
Re: c++ and Exlipse
1265
March 03, 2021 03:54PM
815
March 04, 2021 03:42AM
688
March 04, 2021 09:06AM
832
March 04, 2021 09:12AM
787
March 04, 2021 10:01AM
810
March 04, 2021 10:29AM
765
March 04, 2021 11:38AM
863
March 05, 2021 04:47AM
703
March 07, 2021 09:29AM
901
May 23, 2021 10:26AM
856
May 24, 2021 03:01AM
711
May 24, 2021 12:46PM
712
May 25, 2021 03:05PM
773
May 25, 2021 04:32PM
701
May 26, 2021 04:04PM
686
March 26, 2021 01:13AM
629
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.