Results 1 to 20 of 24

Thread: Runtime problem in Release mode

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #21
    Join Date
    Aug 2008
    Location
    Algarve, Portugal
    Posts
    288
    Thanks
    23
    Thanked 32 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Re: Runtime problem in Release mode

    Well I got this working now

    1) Make sure you have the path system with this

    c:\qt\2009.05\qt\bin;c:\Qt\2009.05\bin

    respect the order this is important

    2) check your "windows\system32" dir and see if there is any
    qt dll's like qtcore4.dll, qtcore4d.dll qtgui.dll qtopengl.dll., etc

    if there are, and if you know that you dont have any program that will need them,
    just deleted them, if not update them with the dll's from c:\qt\2009.05\qt\bin.
    This should work.

    The problem is that if you have the correct path, it will still crash because it will
    look first in the windows system for the librarys.

    And if you update the windows system with qtcore4.dll it will still crash because will
    use the wrong qtgui.dll and others altought (and this is the nasty part to debug) the error message will still be related with qtcore4.dll.

    So in windows\system32 you have to update all of them, or delete all of them.
    __________________________________________________
    My projects: calculator MathGraphica ; SuperEpicMegaHero game ; GooglePlay ; bitbucket ; github
    Like my projects ? Buy me a kofi

  2. The following user says thank you to john_god for this useful post:

    Santosh Reddy (17th March 2011)

Similar Threads

  1. problem with mouse release on the border, help me!
    By dungsivn in forum Qt Programming
    Replies: 1
    Last Post: 25th June 2007, 09:16
  2. qodbc driver not loaded error in release mode
    By mandal in forum Qt Programming
    Replies: 1
    Last Post: 14th November 2006, 10:42
  3. Problem with Debug mode in KDevelop
    By zlatko in forum KDE Forum
    Replies: 1
    Last Post: 16th June 2006, 10:10
  4. Problem with Release version
    By jlbrd in forum Installation and Deployment
    Replies: 7
    Last Post: 30th March 2006, 20:45
  5. Runtime dynamic linking + Qt4 problem
    By _Ramirez_ in forum Qt Programming
    Replies: 5
    Last Post: 11th February 2006, 15:28

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.