Results 1 to 9 of 9

Thread: Unable to launch exe from release folder

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2011
    Location
    Bangalore
    Posts
    254
    Thanks
    92
    Thanked 16 Times in 16 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Unable to launch exe from release folder

    I've created a QSharedMemory Image loader example application. I built it in release mode.

    If I copy the application(.exe) into C:\Qt\Qt5.0.2\5.0.2\mingw4-32\bin, the application is running.
    Now I added all the necessary DLLs to the release folder by doing a dependency check in "Dependency Walker". But still I'm unable to open the application.

    When I try to launch the application by double-clicking it, it's giving following error message.
    The application has requested Rutime to terminate it in an unusual way. Please contact application's support team for more information.
    And if I run the dependency check after adding the necessary DLLs, still the dependency walker is showing the names of below mentioned 3 DLLs in red color.
    SHLWAPI.dll
    IEFRAME.dll
    URLMON.dll
    Kindly help me. Thank you.

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


Similar Threads

  1. Replies: 5
    Last Post: 13th January 2012, 10:47
  2. Replies: 0
    Last Post: 13th October 2010, 04:27
  3. Replies: 6
    Last Post: 26th April 2010, 16:47
  4. Replies: 1
    Last Post: 19th January 2010, 21:35
  5. Release folder - 1 .exe file only
    By Swankee in forum Qt Tools
    Replies: 6
    Last Post: 21st December 2009, 22:43

Tags for this Thread

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.