Re: [Interest] MySQL 64bit + Qt5: Irrational access violation exception

2013-02-08 Thread Soroush R
I recompiled Qt SQL module and plugins with no optimization flags. It's still same. I'm using official libraries. Which library should I compile? There is MySQL++, MySQL C Connector and MySQL C++ Connector

Re: [Interest] MySQL 64bit + Qt5: Irrational access violation exception

2013-02-07 Thread Soroush R
AFAIK official releases are MSVC binaries... I'm going to recompile it and try again. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] MySQL 64bit + Qt5: Irrational access violation exception

2013-02-07 Thread Joseph Crowell
On 02/08/2013 04:01 AM, Soroush R wrote: Hi Luis Did compile libmysql ? I'm using precompiled binaries from official releases. Do I need a fresh compile? Yes. The official sources probably contain binaries from a different version of MingW64. Unfortunately there are several different version

Re: [Interest] MySQL 64bit + Qt5: Irrational access violation exception

2013-02-07 Thread Soroush R
Hi Luis Did compile libmysql ? I'm using precompiled binaries from official releases. Do I need a fresh compile? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] MySQL 64bit + Qt5: Irrational access violation exception

2013-02-07 Thread Luis Valdés
Hi, I compiled Qt with mingw64 from mingw builds with -m64, and to create the qt mysql plugin I compiled libmysql with the same compiler and flags, it works perfectly. On Feb 7, 2013 8:00 AM, "Soroush R" wrote: > Yes I'm aware of optimization issues and I prepared myself to encounter > such probl

Re: [Interest] MySQL 64bit + Qt5: Irrational access violation exception

2013-02-07 Thread Soroush R
Yes I'm aware of optimization issues and I prepared myself to encounter such problems. I need to make sure that this particular problem is a matter of optimization, not a bug in Qt or binary incompatibility issue. I need someone to confirm using MySQL with Qt / MinGW on 64 bit system, or explain t

Re: [Interest] MySQL 64bit + Qt5: Irrational access violation exception

2013-02-07 Thread Konstantin Tokarev
07.02.2013, 12:34, "Soroush R" : > Hi list > I have a strange problem with my Qt installation. First of all, see the > system: > > Operating system: Microsoft Windows 7 - 64 bit > Compiler: MinGW x64 - rev 7 from mingw-builds project: > http://sourceforge.net/projects/mingwbuilds > Qt: Qt 5.0.0

[Interest] MySQL 64bit + Qt5: Irrational access violation exception

2013-02-07 Thread Soroush R
Hi list I have a strange problem with my Qt installation. First of all, see the system: Operating system: Microsoft Windows 7 - 64 bit Compiler: MinGW x64 - rev 7 from mingw-builds project: http://sourceforge.net/projects/mingwbuilds Qt: Qt 5.0.0 64 bit- personal compile available at https://sour