I want to run a Visual C++ 2005 application compiled in "Debug" mode on a computer that doesn't have Visual Studio installed. Is there a workaround for this?
Running a Visual C++ 2005 Debug Application?
The only major difference between debug and production compiling of your program is the files and optimization. When you compile in debug it keeps all the comments, the xml files, and the like with your program. So copying everything in your debug folder would be essentially 'running it in debug mode'. The production compile is less friendly in errors (doesn't include line numbers, etc), and is smaller and optimized.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment