Has anyone managed to have a working MySQL Connector/C++ with Visual Studio 2010?
I downloaded some binaries (probably built with VS2008) and my debug test application works fine with them, but does really strange things in release mode. So I decided to follow this advice:
"Ideally, you need to build your application with the same tools that were used to build the MySQL Connector/C++ binaries."
from the MySQL connector download page and tried to build the Connector with VS2010. But this really seems like something you should not try to do.. has anyone done that before? Or doesn't anybody use the C++ connector with software developed under VS2010?
I downloaded some binaries (probably built with VS2008) and my debug test application works fine with them, but does really strange things in release mode. So I decided to follow this advice:
"Ideally, you need to build your application with the same tools that were used to build the MySQL Connector/C++ binaries."
from the MySQL connector download page and tried to build the Connector with VS2010. But this really seems like something you should not try to do.. has anyone done that before? Or doesn't anybody use the C++ connector with software developed under VS2010?