[Development] [Win32 API] Windows 8.1 deprectaed GetVersion(Ex) - QSysInfo should be fixed!

2013-10-20 Thread MuldeR
Hello. As you might have read, with Windows 8.1, the GetVersion(Ex) API has been deprecated by Microsoft and will now pretend to be Windows 8.0 (NT v6.2), even when running under Windows 8.1 (NT v6.3). And yes, officiallay and in other API's, Windows 8.1 /is/ NT v6.3. See here for details:

Re: [Development] [Win32 API] Windows 8.1 deprectaed GetVersion(Ex) - QSysInfo should be fixed!

2013-10-20 Thread Giuseppe D'Angelo
On 20 October 2013 15:56, MuldeR muld...@gmx.de wrote: Code is here: http://pastie.org/private/kkva8pkk7nzcmm8jjwstfa Tested on: Windows XP (RTM), Windows 7 SP-1, Windows 8.0, Windows 8.1 (should work on Windows 2000 too, but I don't really care) Thanks, but the Qt Project can't accept a

Re: [Development] [Win32 API] Windows 8.1 deprectaed GetVersion(Ex) - QSysInfo should be fixed!

2013-10-20 Thread MuldeR
Hello. I currently have no time for the gerrit setup process, but here is a patch against Qt 4.8.5, for everyone interested in fixing QSysInfo on Windows: http://pastie.org/private/arnuqyvur4org7ivmwu14a Only file modified is qglobal.cpp. As for copyright concerns, I have written all the

Re: [Development] [Win32 API] Windows 8.1 deprectaed GetVersion(Ex) - QSysInfo should be fixed!

2013-10-20 Thread Raul Metsma
Why not use the manifest workaround? compatibility xmlns=urn:schemas-microsoft-com:compatibility.v1 application * !-- Windows 8.1 -- * supportedOS Id={1f676c76-80e1-4239-95bb-83d0f6d0da78}/ Raul On Oct 20, 2013, at 4:56 PM, MuldeR muld...@gmx.de wrote: Hello. As

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-10-20 Thread qtnext
I use now Qt5.1.1, try to erase all Qt4 lib in my mac .. And I have always the same trouble. When I start macdeploy with verbose=2, I have the following error : ERROR: no file at /Library/Frameworks/QtScript.framework/Versions/4/QtScript ERROR: no file at

[Development] Wireshark is switching to Qt.

2013-10-20 Thread Christian Gagneraud
Hi there, The Wireshark network analyzer tool (http://www.wireshark.org), has annouced recently that they're switching (from GTK+) to Qt: https://blog.wireshark.org/2013/10/switching-to-qt/ I thought it was worth sharing this info on this list, one of the main reason to do the switch is to get