Sunday, 8 September 2013

Dependencies for VC++ CLR 2012 project

Dependencies for VC++ CLR 2012 project

So, my problem is the for my application I cannot require the user to
install anything except .net 4, I cannot ask them to install the C++
redistribute. Is there any way to give a list of files my application
depends on so I can determine what files are missing on stock windows 7
and xp machines. Also how do I go about embedding the required DLLs into
the exe?
Thanks.
Edit: Dependency walker doesn't seem to help, even after I move the files
it says are missing the application fails to run.

No comments:

Post a Comment