
Any good ways to trace memory leaks?
Download the latest version of MemCheck: it'll identify all leaks,
parameter errors, etc. If you link with COFF debug info, it will give you
exact file and line as well as stack traces...
--
Keith Bluestone
StratosWare Corporation
http://www.stratosware.com
Quote:
> StratosWare: Creators of MemCheck for DOS, Win 3.x, Win95, and NT
> Fine automatic bug detection tools since 1990.
> Download the fully functional eval of the new
> MemCheck 5.0 for Windows 95/NT (3MB)!
Quote:
> Hi there
> I am having a memory leak problem with my application (developed in
> VC++4.2b on NT4.0) which uses WebBrowser control in one of the views.
> Has anyone experienced similar problems?
> Is there any good ways for tracing memory leaks in VC++?
> Thanks
> Joyce