S
Stephen Walch
I have a managed C++ assembly that wraps several unmanaged libraries. I
excercise this assembly by calling it from a C# WinForms app running in the
Visual Studio.NET 2003 dubugger. At a certain point in processing call
_CrtDumpMemoryLeaks() to look for possible memory leaks in the unmanaged
code. The function appears to execute, but I do not see the usual memory
disgnostic information in the VS2003 output window. What is going on here?
Where is the output going in this scenario? Thanks!
excercise this assembly by calling it from a C# WinForms app running in the
Visual Studio.NET 2003 dubugger. At a certain point in processing call
_CrtDumpMemoryLeaks() to look for possible memory leaks in the unmanaged
code. The function appears to execute, but I do not see the usual memory
disgnostic information in the VS2003 output window. What is going on here?
Where is the output going in this scenario? Thanks!