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
996
March 03, 2021 12:30AM
441
March 03, 2021 07:55AM
453
March 03, 2021 08:45AM
395
March 03, 2021 09:52AM
Re: c++ and Exlipse
604
March 03, 2021 03:54PM
459
March 04, 2021 03:42AM
396
March 04, 2021 09:06AM
481
March 04, 2021 09:12AM
470
March 04, 2021 10:01AM
504
March 04, 2021 10:29AM
447
March 04, 2021 11:38AM
500
March 05, 2021 04:47AM
408
March 07, 2021 09:29AM
480
May 23, 2021 10:26AM
481
May 24, 2021 03:01AM
375
May 24, 2021 12:46PM
383
May 25, 2021 03:05PM
444
May 25, 2021 04:32PM
366
May 26, 2021 04:04PM
373
March 26, 2021 01:13AM
361
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.