Results 1 to 8 of 8

Thread: Windows not appearing in XP.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2007
    Posts
    4
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows
    Thanks
    3

    Default Re: Windows not appearing in XP.

    Quote Originally Posted by jacek View Post
    How complex are these windows? AFAIR there's some limit of HWNDs you can have, but you shouldn't run out of them with just three windows.
    These windows are fairly complex and allocate a load of memory.

    I havent had a chance to look at generating a code snippet to demonstrate this any further as I've been assigned to look at something else in the meantime.

    An extra piece of information that I did discover yesterday - I'm beginning to think its simply a resource issue on the PC rather than a Qt issue per se, while i was recreating this I had a small compile for something else going in the background, the compile failed with a win32 error 1114 whilst trying to load user32.dll. With that in mind I tried to load the taskmanager & a performance meter and they failed to load (reported by Event Viewer). Another less complex window within the app, which doesnt have the problem on its own will also redraw on the screen background rather than within the dialog once I get to this state. I'll dig around when I get back to this problem probably tomorrow.

    Thanks again for all your help so far.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    28
    Thanked 976 Times in 912 Posts

    Default Re: Windows not appearing in XP.

    Quote Originally Posted by beardybloke View Post
    I'm beginning to think its simply a resource issue on the PC rather than a Qt issue per se, while i was recreating this I had a small compile for something else going in the background, the compile failed with a win32 error 1114 whilst trying to load user32.dll.
    You can use Process Explorer to see how much resources your application uses (esp. it can display the number of open handles).

  3. The following user says thank you to jacek for this useful post:

    beardybloke (24th October 2007)

  4. #3
    Join Date
    Oct 2007
    Posts
    4
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows
    Thanks
    3

    Thumbs up Re: Windows not appearing in XP.

    Quote Originally Posted by jacek View Post
    You can use Process Explorer to see how much resources your application uses (esp. it can display the number of open handles).

    Thanks for that - this showed that the window was consuming about 3K User Handles. Everything goes screwy after 10K which appears to be the limit.

    Thanks for the pointers....

Similar Threads

  1. Replies: 10
    Last Post: 25th February 2007, 00:23
  2. converting unix exe to windows binary
    By deekayt in forum General Programming
    Replies: 2
    Last Post: 17th September 2006, 01:00
  3. Experience using KDevelop with Cygwin under windows
    By high_flyer in forum General Discussion
    Replies: 4
    Last Post: 11th September 2006, 16:50
  4. qt and mingw can not run on windows 98?
    By evewei in forum Installation and Deployment
    Replies: 4
    Last Post: 26th June 2006, 09:22
  5. MDI windows without QWorkspace
    By Big Duck in forum Newbie
    Replies: 2
    Last Post: 16th June 2006, 17:15

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.