MySQL Forums
Forum List  »  Connector/C++

Re: Trying to work C++ Connector x64 with Visual Studio 2010 --finally solved it
Posted by: Christopher Rohlfs
Date: June 01, 2012 01:08PM

Okay, after many reinstallations, mixes, and matches, the perfect combination for me was:

Visual Studio x64 (Release mode)
(using SDK 7.1 to enable 64-bit processing on VS Express)

MSI for MySQL Server (x64)

Source code for MySQL C++ Connector, compile for Visual Studio 2010 x64 using CMake GUI.

After the compile was done, it was no longer necessary to add the line:
#define CPPCONN_DONT_TYPEDEF_MS_TYPES_TO_C99_TYPES 1

Best regards,
Chris

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Trying to work C++ Connector x64 with Visual Studio 2010 --finally solved it
2668
June 01, 2012 01:08PM


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.