Right, once again I turn to the Symposium for help.<br><br>I'm trying to control a separate program (called zMUD) from code in C++. As I understand it, it has a built in COM interface, accessed ...
Sometimes the default view of objects in the debugger isn't enough, especially if you operate on complex data structures. Here's one way to alter the view and use a customized one. In my article, "How ...