I am unable to get the C++ connector for MySQL to compile with my project. I'm using MS VC++ 2008 and the latest version of MySQL server. I have installed MySQL with the development package (includes, libs) as well as the C/C++ connectors. When I add all the includes for the connector to my project and add directories to my project I fail to compile and get the error: "c:\program files\mysql\mysql connector c++ 1.1.0\include\cppconn\warning.h(32) : fatal error C1083: Cannot open include file: 'sqlstring.h': No such file or directory"
I've searched all over my directories and cannot find sqlstring anywhere. How do I solve this problem?
I've searched all over my directories and cannot find sqlstring anywhere. How do I solve this problem?