Results 1 to 7 of 7

Thread: Release mode fails to execute

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,372
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Release mode fails to execute

    Did you verify that all their dependencies are fulfilled on the target machine? Try running dependency walker against them (or the application binary) on the target machine and see which dependencies are missing.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #2
    Join Date
    Nov 2012
    Posts
    18
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Release mode fails to execute

    Huh. Dependency Walker does claim some dependencies are missing. It's saying it can't find MSVCP100.dll, MSVCR100.dll, and IESHIMS.dll. However, those dlls are installed on the machine, the MSVC ones in SysWOW64 and IEShims in Program Files(x86)/Internet Explorer. I copied them to System32 and restarted Dependency Walker. This time it didn't complainthat those .dlls were missing, but the .exe still didn't run.

    I looked at it with dependency walker on a machine with the Window SKD installed, and it said that IEShims.dll was missing on that machine, even though the .exe did run properly. What's going on?

Similar Threads

  1. Replies: 1
    Last Post: 7th March 2012, 21:34
  2. Replies: 1
    Last Post: 2nd November 2009, 12:02
  3. Replies: 9
    Last Post: 15th April 2009, 06:23
  4. Not able to execute in Release Mode
    By sudheer168 in forum Qt Programming
    Replies: 4
    Last Post: 18th March 2009, 11:58
  5. Replies: 8
    Last Post: 10th October 2007, 18:20

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.