Hello,
I attempting to use MySQL connector on an application made on Qt Creator, on a Windows Server 2008. I've installed the connector through the *.msi installer.
I tested the installation by just adding the header files (mysql_connection.h and mysql_driver.h) to my Qt application (I added the path to them in the project file), however I get about 140 errors concerning included files, in said headers, which cannot be found; including a directory called "boost".
Also in the connectors readme file I find:
SOURCE LAYOUT
The MySQL Connector/C++ distribution contains the following directories:
|-- cppconn <-- Header files of the public interface
|-- driver <-- Connector/C++ source code
|-- examples <-- Basic examples
|-- test <-- Tests, so to say: more examples
|-- thread <-- Thread abstaction, unused
--- win <-- Windows MSI Installer
however the only directories present are "lib" and "include", so I'm thinking my issues are related to it. ¿Does anybody know the nature of these issues?
I attempting to use MySQL connector on an application made on Qt Creator, on a Windows Server 2008. I've installed the connector through the *.msi installer.
I tested the installation by just adding the header files (mysql_connection.h and mysql_driver.h) to my Qt application (I added the path to them in the project file), however I get about 140 errors concerning included files, in said headers, which cannot be found; including a directory called "boost".
Also in the connectors readme file I find:
SOURCE LAYOUT
The MySQL Connector/C++ distribution contains the following directories:
|-- cppconn <-- Header files of the public interface
|-- driver <-- Connector/C++ source code
|-- examples <-- Basic examples
|-- test <-- Tests, so to say: more examples
|-- thread <-- Thread abstaction, unused
--- win <-- Windows MSI Installer
however the only directories present are "lib" and "include", so I'm thinking my issues are related to it. ¿Does anybody know the nature of these issues?