Chapter 10 - Ex10_02 - Memory Leak Report
Hello,
I am having a problem getting the memory leak debug output for Ex10_02. The only output I get is the last few lines of the memory leak report data that is produced by the program. I tried changing the _CrtReportMode to _CRTDBG_MODE_WNDW and did get a dialog box indicating a memory leak.
I was under the impression that the report would be written to a file. I am assuming I missed some instruction on where to find the report. I tried using the code downloaded for this example and commented out the changes to correct the memory leaks, but still got incomplete debug output. It appears that my console window with the output is limited to 25 lines with no scroll bars so I can't view the start of the data.
Any ideas are welcome.
Thanks,
Dave
Last edited by dcf; March 13th, 2009 at 11:49 AM..
|