Determining an application's dependencies
Posted
by
gpuguy
on Programmers
See other posts from Programmers
or by gpuguy
Published on 2012-07-07T18:57:14Z
Indexed on
2012/07/08
3:22 UTC
Read the original article
Hit count: 250
I have developed an application using Windows Forms in C++ (IDE MS VC++ 2010). Some parts of the application also use MFC, and OpenCV. I want to send the application to my cleint for interim testing on his own machine.
I have not developed any installer for the application, so I will be sending him an .EXE
file.
I want the client to not face any difficulties in replicating the environment, and therefore not lose any time.
Can somebody suggest me what software (such as MS VC++ Runtime, .NET Framework, Windows SDK, etc.) should be installed on the client's machine for successfull testing of the application?
Note: The OS (Windows 7) and hardware are exactly the same on both sides.
© Programmers or respective owner