FastMM4 icon indicating copy to clipboard operation
FastMM4 copied to clipboard

SetMMLogFileName undefined

Open rdtbert opened this issue 6 years ago • 0 comments

I have a delphi ISAPI DLL program, in my project options I have Debug configuration for 32bit platorm set. I also have the following compiler declaratives set.

{$INCLUDE FastMM4Options.inc} {$DEFINE FullDebugMode} {$Define LogMemoryLeakDetailToFile} {$DEFINE EnableMemoryLeakReporting}

However, when I reference SetMMFileName it is not recognized. Any ideas why?

rdtbert avatar Aug 07 '18 14:08 rdtbert