Posts tagged ‘visual-studio’

8 posts; newest first

Remote Debugging With Visual C++

visual-studio

This document contains some quick tips for getting remote debugging with Visual C++ working. The document was originally written by Roger Lipscombe to cover VC5. Rei Wilkinson reviewed it, and added some stuff for VC6 use.

» read more

Many to One Dependencies

visual-studio

There are times when you want to have multiple input files in a Visual C++ project configured to generate the same output file. For example, you want to catenate a bunch of files to generate a file to be #included.

» read more