Hi,

I have this unit, but when I compile it, I get this error:

Illegal unit name XXX_Parser. The unit is saved under dfm_rrparser.pas.

Second question:

Why not displayed $INFO directive in the message window (I have enabled -vi switch in command line)?


{$IFDEF FPC}
  {$MACRO ON}
  {$IFNDEF XXX_}
    {$DEFINE XXX_:=DFM_RR} // replace prefix
  {$ENDIF}
{$ENDIF}

{$INFO compiled with XXX_}

unit XXX_parser;

{$mode objfpc}{$H+}

interface

implementation

end.

Thanks

Roman

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to