Hello,
I haven't managed to compile mysql C++ connector on VC++ 2010 Express. Generated solution through CMake. When I try to build the solution, I receive bunch of errors like the one shown below.
mysql-connector-c++-1.1.0\driver\nativeapi\libmysql_dynamic_proxy.cpp(432): error C2065: 'ptr2mysql_realescapestring' : undeclared identifier
And compilation fails. Could you please help me solve this issue and compile it properly?
I haven't managed to compile mysql C++ connector on VC++ 2010 Express. Generated solution through CMake. When I try to build the solution, I receive bunch of errors like the one shown below.
mysql-connector-c++-1.1.0\driver\nativeapi\libmysql_dynamic_proxy.cpp(432): error C2065: 'ptr2mysql_realescapestring' : undeclared identifier
And compilation fails. Could you please help me solve this issue and compile it properly?