1>c:\program files (x86)\mysql\mysql connector c++ 1.1.0\include\cppconn\connection.h(29) : fatal error C1083: Cannot open include file: 'boost/variant.hpp': No such file or directory
I had 5.5 but unloaded it and reloaded 5.1 because that's what the documentation said to use. I am following the source code from the documentation first example and I get this nasty compiler error. Also my installation directory for C++ connector is C:\Program Files (x86)\MySQL\MySQL Connector C++ 1.1.0\ and the documentation never tells me to include the include and lib\opt directories in that folder although common sense tells me that I should. Has anyone experienced this error before?
I had 5.5 but unloaded it and reloaded 5.1 because that's what the documentation said to use. I am following the source code from the documentation first example and I get this nasty compiler error. Also my installation directory for C++ connector is C:\Program Files (x86)\MySQL\MySQL Connector C++ 1.1.0\ and the documentation never tells me to include the include and lib\opt directories in that folder although common sense tells me that I should. Has anyone experienced this error before?