MySQL Forums
Forum List  »  Connector/C++

Re: The driver crash when calling driver->connect
Posted by: Luis Silva
Date: November 30, 2020 03:52AM

Hi Larent,

Looks like you're using windows. Which VS version?
Are you building release or debug version?

Other thing, if you use mysqlx, you need to point to use the mysqlcppconn8.lib since mysqlcppconn.lib is for the JDBC API version, which is the one you where using first.

Here https://dev.mysql.com/downloads/connector/cpp/ you can find the debug version of the connector.

Cheers,
Luís

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: The driver crash when calling driver->connect
495
November 30, 2020 03:52AM


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.