damien chrismann
23-Oct-2005, 11:30 AM
create a new project and add
{$IFDEF FASMM}FastMM4,{$ENDIF}
uses
{$IFDEF FASMM}FastMM4,{$ENDIF}
Forms,
Unit1 in 'Unit1.pas' {Form1};
then activate eurekalog
uses
{$IFDEF FASMM}FastMM4,
ExceptionLog,{$ENDIF}
Forms,
Unit1 in 'Unit1.pas' {Form1};
ExceptionLog must be add in the second line but not {$ENDIF}
{$IFDEF FASMM}FastMM4,{$ENDIF}
uses
{$IFDEF FASMM}FastMM4,{$ENDIF}
Forms,
Unit1 in 'Unit1.pas' {Form1};
then activate eurekalog
uses
{$IFDEF FASMM}FastMM4,
ExceptionLog,{$ENDIF}
Forms,
Unit1 in 'Unit1.pas' {Form1};
ExceptionLog must be add in the second line but not {$ENDIF}