Am 02.08.2019 um 03:01 schrieb fredvs:
Hello.

  {$if FPC_FULLVERSION >= 030300}
paramlist1 := AlignTParamFlags(paramlist1);
{$endif}
Hum, with fpc 3.3.1. [2019/04/24] there is that error message:

msedesignparser.pas(694,43) Error: Identifier not found "AlignTParamFlags".

Could it be that the full-version used for "AlignTParamFlags" is 030302 ?

  {$if FPC_FULLVERSION >= 030302}
  paramlist1 := AlignTParamFlags(paramlist1);
  {$endif}

?
No, It's > 030300, but your version of trunk is too old, the function was only added a few days ago.

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to