[odb-users] ODB for Windows 64 bits Application
Boris Kolpackov
boris at codesynthesis.com
Mon May 6 02:53:14 EDT 2013
Hi Chew,
Chew Kok Keng <ckokkeng at dso.org.sg> writes:
> I would like to find out whether ODB supports windows 64bits
> application development.
Yes, and we run 64-bit Windows tests for every release of ODB.
To get started, get the pre-built Windows binary of the ODB
compiler (odb-X.Y.Z-i686-windows) -- it works for both 32 and
64-bit development.
Then, if you are using Visual Studio, when building the ODB
runtimes, select the x64 platform as build target. The resulting
libraries will be in the bin64/lib64 sub-directories. See the
INSTALL files that some with each runtime for more information.
If you are using MinGW-W64, then you may need to enable the 64-
bit mode, depending on how your toolchain was built. Normally,
passing -m64 is sufficient:
./configure CXXFLAGS=-m64 LDFLAFS=-m64
Boris
More information about the odb-users
mailing list