MySQL Forums
Forum List  »  Connector/C++

Re: c++ and Exlipse
Posted by: Luis Silva
Date: May 24, 2021 12:46PM

Hi!

On windows, you can't mix different VS standard libraries.... and the connector c++ uses std::string inside SQLString.

So if you pass something using a different implementation of std::string to the connector, it might not work or crash....

That check was implemented to check that, and prevent unknown issues.

You are mixing GCC and VS libraries.... not a good thing when you have a C++ API

Options: ReplyQuote


Subject
Views
Written By
Posted
2045
March 03, 2021 12:30AM
806
March 03, 2021 07:55AM
817
March 03, 2021 08:45AM
785
March 03, 2021 09:52AM
1360
March 03, 2021 03:54PM
877
March 04, 2021 03:42AM
743
March 04, 2021 09:06AM
890
March 04, 2021 09:12AM
863
March 04, 2021 10:01AM
876
March 04, 2021 10:29AM
821
March 04, 2021 11:38AM
930
March 05, 2021 04:47AM
755
March 07, 2021 09:29AM
987
May 23, 2021 10:26AM
936
May 24, 2021 03:01AM
Re: c++ and Exlipse
787
May 24, 2021 12:46PM
781
May 25, 2021 03:05PM
852
May 25, 2021 04:32PM
767
May 26, 2021 04:04PM
756
March 26, 2021 01:13AM
688
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.