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?