Debug on Clean Machine

From MPSWiki
Revision as of 15:52, 12 May 2020 by Svan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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"

Archive


Put its contents to same folder exe file is located.