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} 

?


Fre;D





-----
Many thanks ;-)
--
Sent from: http://free-pascal-general.1045716.n5.nabble.com/
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to