Tagged Questions
1
vote
4answers
626 views
Help postmorten debugging of a mixed mode Win32 application
Here's the situation:
Background
I have a mixed mode .NET/Native application developed in Visual Studio 2008.
What I mean by mixed mode is that the front end is written in C++ .NET which calls ...