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:
http://img371.imageshack.us/img371/9...denciesvv4.jpg
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;
Quote:
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;
Quote:
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.
Quote:
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?
Re: VS2005 Deployment Problem
Could it, by any chance, be a missing manifest for mySoftware.exe?
Re: VS2005 Deployment Problem
Quote:
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..
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.
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?
Re: VS2005 Deployment Problem
Quote:
Originally Posted by
Jimmy2775
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.
Re: VS2005 Deployment Problem
Quote:
Originally Posted by
tanerius
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... :)