You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: