How to enable / disable FastMM memory leak report in Delphi XE? In Delphi 7, I had to modify the inc file. But I heard that Delphi XE is already integrated in FastMM. How to access FastMM settings?
I got this from Delphi help:
Full source code for the Memory Manager (FastMM) is available at SourceForge.
With the full version of FastMM, you can start the memory manager in a special "debugging" mode, which is useful for detecting heap corruption and memory leaks. Additional features in the full version of FastMM:
Double free objects / interfaces
Registration and file reports
For more information, see the comments in the FastMM source code (FastMM4.pas and FastMM4Options.inc).
So it looks like I still need to install FastMM manually. But do I need to include "FastMM4" in the USES project proposal?
Rigel source share