FastMM4
FastMM4 copied to clipboard
SetMMLogFileName undefined
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?