MySQL Forums
Forum List  »  Connector/C++

Re: example for connector in visual studio 2008
Posted by: Rohit Banerjee
Date: November 26, 2012 01:23AM

I had this problem and it took me a few hours to track down the various answers on the internet.

Are you in x64 configuration?
Are you including <your_mysql_connector_path>/lib/opt?
Are you adding mysqlcppconn.lib as a dependency?

Don't get so frustrated, it is sort of absurd that for a tool as widely used as MySQL, they couldn't just distribute tarballs of VS solutions for the different releases with all the configurations set up correctly.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: example for connector in visual studio 2008
1890
November 26, 2012 01:23AM


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.