[fpc-devel]Version 1.0.6 Prerelease is out !

Jonas Maebe jonas@zeus.rug.ac.be
Thu, 4 Apr 2002 18:52:42 +0200


On donderdag, april 4, 2002, at 06:39 , Klaus Hartnegg wrote:

> this does not compile (incorrect error "duplicate identifier")
>   var
>     i : byte;
>     {$IFDEF DEBUG}
>     i : word;
>     {$ENDIF}
>   begin
>     writeln ('hello, world!');
>   end.

Are you sure you don't have the IDE setup for the debugging target? If 
you do that, apart from using the -gl and some other comand line 
switches, it defines the symbol "debug".


Jonas