pleriche / FastMM4

A memory manager for Delphi and C++ Builder with powerful debugging facilities
443 stars 162 forks source link

SetMMLogFileName undefined #57

Open rdtbert opened 6 years ago

rdtbert commented 6 years ago

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?