Difference between revisions of "Debug on Clean Machine"

From MPSWiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
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
+
[ftp://mps.resnet.com/installs/Work/debug.dlls.7z Archive]
 +
 
  
 
Put its contents to same folder exe file is located.
 
Put its contents to same folder exe file is located.

Latest revision as of 15:52, 12 May 2020

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.