[odb-users] ODB 1.4.0 released

Boris Kolpackov boris at codesynthesis.com
Tue May 3 14:43:36 EDT 2011


Hi Jean-Yves,

Jean-Yves Riot <jyriot at free.fr> writes:

> I am trying to use your ODB components under Windows 7 with VStudio 2010 and
> use MySQL database.
> 
> [...]
> 
> 2 header files are missing mysql_time.h and mysql_version.h

These are MySQL headers that come with the MySQL installation. If you
go to:

http://dev.mysql.com/downloads/mysql

And download, for example, mysql-5.5.11-win32.zip, these header files
will be in the include\ directory inside the archive.

To set Visual Studio to automatically locate MySQL header and library
files you will need to add the include\ directory to the Include
search list in the VC++ Directories dialog as well as the lib/opt/
directory to the Library search list.

Boris



More information about the odb-users mailing list