Difference between revisions of "Debug on Clean Machine"
Line 17: | Line 17: | ||
'''"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\Debug_NonRedist\x86"''' | '''"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\Debug_NonRedist\x86"''' | ||
− | Archive | + | [http://mps.resnet.com/files/debug.dlls.7z Archive] |
+ | |||
Put its contents to same folder exe file is located. | Put its contents to same folder exe file is located. |
Revision as of 05:53, 24 October 2018
Preparing a Test Machine To Run a Debug Executable
Based on
https://msdn.microsoft.com/en-us/library/aa985618(v=vs.120).aspx
One of the ways for
Preparing a Test Machine To Run a Debug Executable
Is
Use local deployment to install a debug version of a particular Visual C++ DLL in the application’s installation directory by using files that are provided in the Program Files or Program Files (x86) directory in \Microsoft Visual Studio <version>\VC\redist\Debug_NonRedist\.
Use next archive to run debug version was actually gathered from
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\Debug_NonRedist\x86"
Put its contents to same folder exe file is located.