MySQL Forums
Forum List  »  Connector/C++

Re: Linking errors when trying to compile connector
Posted by: Luis Silva
Date: April 23, 2019 08:12AM

Hi Serg,

For mysqlx:: you need to use the mysqlcppconn8-*.lib to link.
The mysqlcppconn-mt.lib is for legacy API (JDBC) and your code is using the new DevAPI.

Luís

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Linking errors when trying to compile connector
442
April 23, 2019 08:12AM


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.