I selected debug mode in my configuration (according to the official docs I can do it even though the library itself may be compiled in release mode) Which means I need : LIB/vs14/mysqlcppconn8.lib (import library), LIB/mysqlcppconn8-1-vs14.dll I chose to link dynamically against precompiled (by Oracle) c++ connector
I downloaded c++ connector (together with mySQL database engine) I believe I have followed instructions from the official site to install the C++ connector:īuilding Connector/C++ Applications: General Considerations andīuilding Connector/C++ Applications on Windows with Microsoft Visual Studio
I'm developig an MFC app and I'd like to use mySQL database engine. Couldn't find similar topic so starting the new one.