Results 1 to 8 of 8

Thread: deployment problem: msvc++ 2008 Express, Qt 4.4.3

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2006
    Location
    Germany
    Posts
    33
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: deployment problem: msvc++ 2008 Express, Qt 4.4.3

    Because .. I too had the same problem some time back ..
    But i had the wrong version of visual studio in the manifest, intermediate and embedded manifest file.

    So do check the visual studio correct complete version number.

  2. #2
    Join Date
    Apr 2007
    Location
    Rakovnik, Czech Republic
    Posts
    175
    Thanks
    43
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: deployment problem: msvc++ 2008 Express, Qt 4.4.3

    Quote Originally Posted by kingslee View Post
    Because .. I too had the same problem some time back ..
    But i had the wrong version of visual studio in the manifest, intermediate and embedded manifest file.

    So do check the visual studio correct complete version number.
    this checks out correct: when I do

    Help | About Visual C++ Express Edition


    the version # is the same as in the manifest, above. Any other ideas?

  3. #3
    Join Date
    Apr 2007
    Location
    Rakovnik, Czech Republic
    Posts
    175
    Thanks
    43
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: deployment problem: msvc++ 2008 Express, Qt 4.4.3

    note: if I copy two different versions of the QtCore4.dll I built into a directory with just those 2 DLLs:

    QtCore4.4.dll (msvc++ 2008)
    QtCore4.1.dll (msvc++ 2005)

    and run them through Dependency Walker, I get the following expected error message with both:

    Error: at least one required implicit or forwarded dependency was not found.

    BUT with the one built recently with 2008, I get the additional error message:

    Error: The Side-by-Side configuration information for "c:\qtcoreTest\QTCORE4.4.dll" contains errors. This application has failed to start..."

    Is there thus a problem with my Qt*.dll's???

Similar Threads

  1. Qt 4.4 OSE and MSVC 2008 problem
    By The Storm in forum Installation and Deployment
    Replies: 1
    Last Post: 26th June 2008, 22:55
  2. Problem installing Qt 4.2.3 with MSVC 2005 express edition
    By jjhenjj in forum Installation and Deployment
    Replies: 8
    Last Post: 12th July 2007, 13:57

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.