Missing DLL Problem

Posted by Liran on Stack Overflow See other posts from Stack Overflow or by Liran
Published on 2011-01-02T13:44:30Z Indexed on 2011/01/02 13:53 UTC
Read the original article Hit count: 218

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about c++

Related posts about visual-c++