[Interest] QSqlDatabase::addDatabase ("QOCI")
SALOMEHER at terra.es
SALOMEHER at terra.es
Tue Apr 24 15:27:10 CEST 2012
Hello,
can be for this:
/ / This is needed for oracle oci When compiling with mingw-w64 headers
# if defined (__MINGW64_VERSION_MAJOR) && defined (_WIN64)
# define __ int64 _int64
# endif
in the src/sql/drivers/oci/qsql_oci.cpp
It works in visual studio to 64 bits. And I have also tested in a 32-bit computer with visual studio to 32-bit and mingw to 32-bit and it works.
Why not work with 64-bit mingw?. Do I need to specify in my application when I compile to 64 bits with mingw?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120424/74c3f097/attachment.html>
More information about the Interest
mailing list