Use of it is very simple - include MemDebug.pas to first line of your project's uses clause. You will need also to enable detailed map in project/options/linker. Compile your project. Run MS WinDbg (available for free download on http://www.microsoft.com/msdn/downloads/ and select programm/open/new/ <name of your exe>. After executing you will see string "Dumping memory leaks" and some addresses from top of stack" in form <unit name>.[<class name>].<procedure name> in command window of WinDbg.
You will need also to register atl.dll & parsemap.dll, using Regsvr32.exe(windows\system) or tregsvr.exe (delphi\bin).
Please report bugs and your references to bercut@infopro.spb.su.
Copyright © Vladimir.V.Kuchinsky.