Difference between revisions of "Debug on Clean Machine"
(Created page with "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...") |
|||
Line 7: | Line 7: | ||
One of the ways for | One of the ways for | ||
− | Preparing a Test Machine To Run a Debug Executable | + | '''Preparing a Test Machine To Run a Debug Executable''' |
Is | 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 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 | 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" | + | |
+ | '''"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\Debug_NonRedist\x86"''' | ||
+ | |||
Archive | 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:52, 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"
Archive
Put its contents to same folder exe file is located.