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] I am trying to compile Qt 4.8 with VS2010

2013-02-07 Thread Guido Seifert
Sure I did. Firefox is superfluous on a machine, which is normally not online. Don't be too paranoid. It opens by default in bing, which is for MS a surprisingly sparse page. Then I went to www.microsoft.com. Yes, I know of the dangers of drive-by downloads, but come on, it is not _that_ commo

Re: [Interest] I am trying to compile Qt 4.8 with VS2010

2013-02-07 Thread Jason H
You didn't use IE did you? Time to reformat. From: Guido Seifert To: interest@qt-project.org Sent: Thursday, February 7, 2013 9:48 AM Subject: Re: [Interest] I am trying to compile Qt 4.8 with VS2010 Yes, I already said it is Window. ;-) But if you ar

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] I am trying to compile Qt 4.8 with VS2010

2013-02-07 Thread Jason H
You didn't use IE did you? Time to reformat. From: Guido Seifert To: interest@qt-project.org Sent: Thursday, February 7, 2013 9:48 AM Subject: Re: [Interest] I am trying to compile Qt 4.8 with VS2010 Yes, I already said it is Window. ;-) But if you ar

Re: [Interest] I am trying to compile Qt 4.8 with VS2010

2013-02-07 Thread Guido Seifert
In that case: Special thanks to you. Your response saved me two days then. :-) Guido Original-Nachricht > Datum: Thu, 7 Feb 2013 09:41:56 -0500 > Von: Michael Jackson > An: interest@qt-project.org > Betreff: Re: [Interest] I am trying to compile Qt 4.8 with VS2010 > At this p

Re: [Interest] I am trying to compile Qt 4.8 with VS2010

2013-02-07 Thread Guido Seifert
Yes, I already said it is Window. ;-) But if you are curious. It is my development machine. Usually it is not connected to the net. If it needs something I download it on my Linux machine and transfer it locally. A rare exception was today when I connected to MS to do some updates. No surfing

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] I am trying to compile Qt 4.8 with VS2010

2013-02-07 Thread Michael Jackson
At this point there should just be "something" in the Qt make files that detects VS2010 without SP1 and just halts the whole process right then and there. I lost about 4 days trying to figure out what was going wrong after I installed VS2010. I had different errors that google finally shed some

Re: [Interest] I am trying to compile Qt 4.8 with VS2010

2013-02-07 Thread Guido Seifert
All the speculations can stop. Looks like it was the missing SP1 in VS2010. Too stupid. I installed VS2010 about four weeks ago. Never thought that a fresh web install directly from MS would not contain all the latest patches. Sorry, I am still a little bit clumsy when Windows is involved. Gu

Re: [Interest] I am trying to compile Qt 4.8 with VS2010

2013-02-07 Thread Jason H
Well then I'm going to say you have a virus by default. From: Guido Seifert To: interest@qt-project.org Sent: Wednesday, February 6, 2013 3:08 PM Subject: Re: [Interest] I am trying to compile Qt 4.8 with VS2010 I am the 1%. I don't have a virus scanner.

Re: [Interest] I am trying to compile Qt 4.8 with VS2010

2013-02-07 Thread Joseph Crowell
On 02/07/2013 07:49 PM, Sascha Cunz wrote: > Am Donnerstag, 7. Februar 2013, 08:45:57 schrieb Till Oliver Knoll: >> Am 07.02.2013 um 02:59 schrieb Scott Aron Bloom : >>> Just a suggestion... >>> >>> If you use a "Project" directory, for source and building, add that >>> directory to your virus syst

[Interest] QListWidget jump from last to first item

2013-02-07 Thread Lucas.Betschart
Hi Qt community, I have a QListWidget in an embedded device which is use as a menu. You can choose the menu points with the arrows up/down. I'd like that if the current selected entry is the last and you press down the first entry is selected. Do I have to catch the key events or is there an eas

Re: [Interest] link failure due to duplicate resources with VS2012 / Qt4.8.4

2013-02-07 Thread Joseph Crowell
On 02/07/2013 12:27 PM, Hamish Moffatt wrote: > On 6/02/2013 5:30 PM, Hamish Moffatt wrote: >> We're building successfully with Qt 4.8.4 on VS2008 and I'm trying to >> upgrade to 2012. However any project of ours which specifies Win32 >> resources is failing to link with duplicate resource errors.

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

Re: [Interest] I am trying to compile Qt 4.8 with VS2010

2013-02-07 Thread Sascha Cunz
Am Donnerstag, 7. Februar 2013, 08:45:57 schrieb Till Oliver Knoll: > Am 07.02.2013 um 02:59 schrieb Scott Aron Bloom : > > Just a suggestion... > > > > If you use a "Project" directory, for source and building, add that > > directory to your virus system as a white listed directory, ie don't > >

[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