Re: [Interest] Qt5 mingw64 & mysql plugin

2015-04-02 Thread Etienne Sandré-Chardonnal
It is confirmed, The plugin does crash when built with the official x64 library. It works with a mingw-w64 recompiled mysql lib. Cheers, Etienne ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt5 mingw64 & mysql plugin

2015-04-02 Thread Etienne Sandré-Chardonnal
Hi, These are official stable windows binaries from the mysql website. So I would not say they are broken or faulty. Maybe incompatible? If they were built with MSVC (this is likely), would there be any reason for an incompatibility with mingw-w64? As mingw-w64 is COM compatible, and as this is a

Re: [Interest] Qt5 mingw64 & mysql plugin

2015-04-02 Thread Thiago Macieira
On Thursday 02 April 2015 18:53:52 Etienne Sandré-Chardonnal wrote: > Debug stops there (image attached) on the first call to the mysql API, I > think (mysql_init) Please don't take a screenshot of what is mostly text... Instead, right-click the backtrace and ask Creator to create the full form f

Re: [Interest] Qt5 mingw64 & mysql plugin

2015-04-02 Thread Etienne Sandré-Chardonnal
Ah OK, I may give mariadb a try. So you used a precompiled MSYS2 binary package for MARIADB? Thanks! Etienne 2015-04-02 19:02 GMT+02:00 Alexpux : > > 2 апр. 2015 г., в 19:53, Etienne Sandré-Chardonnal > написал(а): > > Alexpux, what do you mean by trying with MSYS? Here either the plugin > com

Re: [Interest] Qt5 mingw64 & mysql plugin

2015-04-02 Thread Alexpux
> 2 апр. 2015 г., в 19:53, Etienne Sandré-Chardonnal > написал(а): > > Alexpux, what do you mean by trying with MSYS? Here either the plugin > compiles fine, either it has symbol errors when linking due to name mangling > problems. I do not think MSYS will help? > I mean our project «MSYS2»

Re: [Interest] Qt5 mingw64 & mysql plugin

2015-04-02 Thread Etienne Sandré-Chardonnal
Alexpux, what do you mean by trying with MSYS? Here either the plugin compiles fine, either it has symbol errors when linking due to name mangling problems. I do not think MSYS will help? Thiago : just "the app crashed" in release mode. No exception, no error code. Debug stops there (image attache

Re: [Interest] Qt5 mingw64 & mysql plugin

2015-04-02 Thread Alexpux
> 2 апр. 2015 г., в 18:26, Etienne Sandré-Chardonnal > написал(а): > > Dear all, > > I am trying to make the QMYSQL plugin work with Qt 5.4.1, built under > mingw-w64 4.9.1 > > I first compiled successfully the plugin with the mysql 64-bit package. > However, my application : > - crashes w

Re: [Interest] Qt5 mingw64 & mysql plugin

2015-04-02 Thread Thiago Macieira
On Thursday 02 April 2015 17:26:50 Etienne Sandré-Chardonnal wrote: > I first compiled successfully the plugin with the mysql 64-bit package. > However, my application : > - crashes when connecting to the DB What's the backtrace of that crash? -- Thiago Macieira - thiago.macieira (AT) intel.com

[Interest] Qt5 mingw64 & mysql plugin

2015-04-02 Thread Etienne Sandré-Chardonnal
Dear all, I am trying to make the QMYSQL plugin work with Qt 5.4.1, built under mingw-w64 4.9.1 I first compiled successfully the plugin with the mysql 64-bit package. However, my application : - crashes when connecting to the DB - works but issues a "plugin not loaded" message if the libmysql.