PDA

View Full Version : Eurekalog 5.04 And FastMM add directive


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}

admin
24-Oct-2005, 07:57 AM
damien chrismann wrote:
> 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}

EurekaLog cannot know the directive value, so it add the ExceptionLog
unit also into the directives ranges.

I suggest to you only to move it manually! :)

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG showing line n.