Results 1 to 7 of 7

Thread: VS2005 Deployment Problem

  1. #1
    Join Date
    Mar 2007
    Posts
    19
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Question VS2005 Deployment Problem

    Hello,

    I have a problem with deployment of my program. I'm using VS2005 as IDE.
    Here is the dependency walker results:


    I put these files together with my deployment package:
    • QtCore4.dll
    • QtGui4.dll
    • QtNetwork4.dll
    • mySoftware.exe


    and i looked on the windows deployment topic on the documentation. It says;
    We also need to include the runtime libraries. To do this, copy the contents of

    <Visual Studio Install Path>\VC\redist\<Architecture>\Microsoft.VC80.CRT

    into the folder where your executable is.
    and the folder is;
    C:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT
    the files on this folder is;
    • msvcm80.dll
    • msvcp80.dll
    • msvcr80.dll
    • Microsoft.VC80.CRT.manifest


    I get these files to and put them into the folder where myProgram.exe is. I send it to my friend to test it. But my program gives an error.
    This application has failed to start because of the application configuration is incorrect. Reinstalling the application may fix the problem
    How can I solve the problem?

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: VS2005 Deployment Problem

    Could it, by any chance, be a missing manifest for mySoftware.exe?
    J-P Nurmi

  3. #3
    Join Date
    Mar 2007
    Posts
    19
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: VS2005 Deployment Problem

    Generating Code...
    Linking...
    Embedding manifest...
    Build log was saved at "file://e:\Projects\myProgram\myProgram\Release\BuildLog.h tm"
    myProgram - 0 error(s), 0 warning(s)
    Also i looked on project settings. It is embedding manifest file..

  4. #4
    Join Date
    Feb 2007
    Posts
    49
    Thanks
    4
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: VS2005 Deployment Problem

    There is also installer for VC runtime libraries in <VC Install Folder>\SDK\v2.0\BootStrapper\Packages\vcredist_x8 6\vcredist_x86.exe

    Try with that.

  5. #5
    Join Date
    Jan 2006
    Location
    Edmonton, Canada
    Posts
    101
    Thanks
    13
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: VS2005 Deployment Problem

    I'm having the same issue with our release build and installing the VC runtime libraries didn't resolve the issue. Anyone have any other ideas?

  6. #6
    Join Date
    Jul 2008
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Unhappy Re: VS2005 Deployment Problem

    Quote Originally Posted by Jimmy2775 View Post
    I'm having the same issue with our release build and installing the VC runtime libraries didn't resolve the issue. Anyone have any other ideas?
    Same here, the is no wayt oget a Qt 4.4 app to run on a freshly installed xp using anything from the official trolltech web site suggests. It simply doesnt work. I tried apsolutely EVERYTHING.

  7. #7
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: VS2005 Deployment Problem

    Quote Originally Posted by tanerius View Post
    Same here, the is no wayt oget a Qt 4.4 app to run on a freshly installed xp using anything from the official trolltech web site suggests. It simply doesnt work. I tried apsolutely EVERYTHING.
    Appropriate Qt DLLs and the MSVC redistributable package does the trick for sure. Been there, done that...
    J-P Nurmi

Similar Threads

  1. Problem when using qmake for .vcproj file generation
    By Conel in forum Qt Programming
    Replies: 3
    Last Post: 4th December 2006, 14:27
  2. QTimer problem ... it runs but never triggs
    By yellowmat in forum Newbie
    Replies: 4
    Last Post: 4th July 2006, 12:54
  3. Problem with bitBlt
    By yellowmat in forum Newbie
    Replies: 1
    Last Post: 5th April 2006, 14:08
  4. fftw problem
    By lordy in forum General Programming
    Replies: 1
    Last Post: 16th March 2006, 21:36
  5. Replies: 16
    Last Post: 7th March 2006, 15: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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.