Qt 4.2.3 on Windows XP (SP2)
Hello everyone,
has anybody tried to use the newest stable Qt (4.2.3) on Windows? I compiled one version from sources using visual studio compiler according to instructions here and I also installed Qt-mingw (4.2.3) and build debug and other libraries.
The problem is, that MDI is not really working :/ I use it in my application and the child windows are not visible, or I see just bottom of the window as you can see here.
The functionality seems to be ok, because when I click somewhere on the window and start typing, the text appears in the bottom part (after writing enough lines) and I can also move the window by clicking on its titlebar (or the place where it should be)...
Other examples seems to work, so it looks quite strange to me...
Thank you beforehand
Re: Qt 4.2.3 on Windows XP (SP2)
Do you have windows xp or vista?
Re: Qt 4.2.3 on Windows XP (SP2)
Windows XP with SP2, just like I wrote in the title :)
Re: Qt 4.2.3 on Windows XP (SP2)
Quote:
Originally Posted by
macbeth
Windows XP with SP2, just like I wrote in the title :)
I just wanted to be sure, since it looks a bit "different". There are some problems with Qt 4.2.3 on vista and it looks like they're might be present on xp too. As soon as my cat wakes up, I will get my laptop and check how it behaves on my system.
Re: Qt 4.2.3 on Windows XP (SP2)
Thanks, jacek.
It looks a bit different, because I am using Vista inspirat pack (one of those UI tweakers). The only thing I think could possibly cause the problem is a mixup of libraries compiled with MS Visual Studio compiler and mingw, but as far as I know, all the paths are set ok...
Re: Qt 4.2.3 on Windows XP (SP2)
Quote:
Originally Posted by
macbeth
The only thing I think could possibly cause the problem is a mixup of libraries compiled with MS Visual Studio compiler and mingw, but as far as I know, all the paths are set ok...
Could be. Does it look OK if you start the mdi example from "Qt 4.2.3 Command Prompt"?
I've just checked it on my system and it seems to work fine.
Re: Qt 4.2.3 on Windows XP (SP2)
Yes, I've already tried that. It looks like the screen I linked in the first post. Hm... maybe I try to turn off these UI tweaks and recompile Qt with mingw after removing the one compiled with visual studio... I'll let you know if that helps... ;)
Re: Qt 4.2.3 on Windows XP (SP2)
Quote:
Originally Posted by
macbeth
recompile Qt with mingw after removing the one compiled with visual studio...
You can use Dependency Walker to see which DLLs it tries to use.
Re: Qt 4.2.3 on Windows XP (SP2)
I just moved to a DELL Latitude D620 with XP SP2 plus the latest updates and I am using VS 2003 .NET with QT 4.2.3 commercial.
I am having no ui problems, or any problems at all.
I have Qt 4.2.3 installed on Linux, SimplyMEPIS 6.5 RC2, and the same app compiles and runs perfectly on it, too.
Re: Qt 4.2.3 on Windows XP (SP2)