I am trying to use FastMM version 4.99 (according to the comment at the top of FastMM4.pas
). I have followed the instructions to use full debug mode with stack tracing, and am finding leaks when I run my .exe under the IDE debugger. e.g.
But when I try running the executable from a command prompt, or by double-clicking in Windows Explorer, I get no leaks reported. The UnicodeString leaks might be bogus, but I know for sure that the TIniFile leaks are real. How can I make FastMM report/log leaks when not using the debugger?
UPDATE: This project also uses madExcept 3.0n: the .dpr file does have FastMM4 as the first item in its uses clause. Is anything else needed to make these two coexist?