Missing DLL Problem
- by Liran
Hi everyone.
I have a C++ native application that was built under VS2005 (sp1),On machine A. (Debug Mode)
Now,I need to run this application on a "clean" computer, Clean means it has no VS installed on.
When i copy the runtime folder from machine A to the "clean" machine and try to activate the application it demands to reinstall the application.
obviously missing DLLs are causing this problem cause on machine A the app works just fine, Is there any "clean" solution for this kind of problem besides gessing which DLLs are missing ? maybe a smart tool or installer that indicates which DLLs are missing at the runtime ?
Thanks,
Liran