PDA

View Full Version : Problem with deployment. Visual Studio dll's?



nomadscarecrow
20th April 2010, 23:07
Hi ...

I download and execute this file to install Qt SDk ... qt-sdk-win-opensource-2009.03.1.exe

I'm trying to make the deployment package for my application. After several tries ...
The re-build qt as static was a failure ... strange errors with a simple parameters to the configure tool.
So dinamically .. I install a virtual machine and set a Windows xp ...

Copy my exe file to this and with the dependency walker app. try to complete the necessary files to run.

Why necessary files are things like this:
MSVCR90.DLL
MSVCP90.DLL
MSJAVA.DLL

I'm not using Visual Studio, I'm using QT Creator to build my app.

What is the magical touch for this?

Thanks in advance

squidge
21st April 2010, 08:08
List all the DLLs, maybe one of them requires the VC DLLs?

nomadscarecrow
21st April 2010, 20:41
Is very strange ...

the files requiring this VS dls are:
qtcore4.dll
qtgui4.dll
qtxml4.dll
qtnetwork4.dll

:confused: