[odb-users] Why I can't compile libodb-mysql-1.7.0 for 64 MySQL ?

Boris Kolpackov boris at codesynthesis.com
Tue Jan 24 07:09:08 EST 2012


Hi Wu,

Wu Gang <wg911 at 126.com> writes:

> 1>------ ??????????????????: ????: libodb-mysql, ????: Debug Win32 ------

You are still building the Win32 configuration, not x64. To build a
64-bit libodb-mysql, do the following:

1. Make sure that you specified the 64-bit MySQL include and library
   directories in the VC++ Directories "Include" and "Library" paths
   for the x64 configuration.

2. Select the x64 configuration as active configuration and build
   the solution. In particular, the above line should change to:

   1>------ ??????????????????: ????: libodb-mysql, ????: Debug x64 ------

Boris



More information about the odb-users mailing list