Results 1 to 5 of 5

Thread: Windows 7 DLL Conflicts

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default Windows 7 DLL Conflicts

    Hey all

    I've just ported my system from XP to Windows 7 Professional as a test to see if development there was possible in a 64bit environment.

    I installed the complete SDK from the QT downloads page, installed it without a hitch. I'm using Qt 4.6.2 with MinGW, and Qt Creator 1.3.1

    After aligning all my other DLL's, I was able to get a full and successful build.

    However, when I try to execute the program from within the IDE, I get this error message in the application output tab:

    Starting C:\vcpp\admin\bin\admin.exe...
    C:\vcpp\admin\bin\admin.exe exited with code -1073741515
    And no program loads.

    It appears as though this problem has plagued many people, and as much as I've googled around, I haven't found a cohesive answer to the problem, other than that it is an issue with my DLL's.

    So I ran Dependency Walker on admin.exe, and in the output pane at the bottom I got this:

    Warning: At least one delay-load dependency module was not found.
    Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
    At the very top of the module list there are two DLL's that don't seem to be found:

    GPSVC.DLL Error opening file. The system cannot find the file specified(2)
    IESHIMS.DLL Error opening file. The system cannot find the file specified(2)
    I'm not sure how either of these DLL's are supposed to be interacting with my program, particularly the IESHIMS.DLL, which is an Internet Explorer library, though I'm assuming IESHIMS.DLL has a dependency on GPSVC.DLL, which didn't load.


    I can run the program from C:\vcpp\admin\bin, where the executable is stored. However, I cannot run it from within the IDE without getting the error message above, which means, among other things, that I cannot run the debug. And more than anything, I'm at a loss as to what to do, or even what I should be looking for so I can proceed to fix the problem.

    Any help would be more than welcome! Thank you in advance!
    Last edited by EF2008; 8th March 2010 at 21:10.

Similar Threads

  1. Replies: 7
    Last Post: 19th April 2011, 13:20
  2. static building qt, error: declaration of c function conflicts
    By BlueWizard in forum Installation and Deployment
    Replies: 4
    Last Post: 30th July 2010, 13:50
  3. Replies: 2
    Last Post: 22nd December 2009, 21:52
  4. Deployment Procedure On Windows On Linux and Windows
    By Harshith J.V. in forum Installation and Deployment
    Replies: 4
    Last Post: 9th July 2009, 12:27
  5. Replies: 1
    Last Post: 29th June 2009, 10:49

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.