[fpc-pascal] TParamFlags and fpc 3.2.0.
fredvs
fiens at hotmail.com
Fri Aug 2 03:01:42 CEST 2019
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/
More information about the fpc-pascal
mailing list