Mark

Results 2 comments of Mark

Ah yes I'm a doofus, mixing up my C++/Delphi include files and scoping!!!! I'll fix that and try them out. Cheers Mark

Here's the first one I noticed missing, ClearLogFileOnStartup Fixed by adding the following to FastMM_ApplyLegacyConditionalDefines ` {$ifdef ClearLogFileOnStartup} FastMM_DeleteEventLogFile(); {$endif} `