[fpc-pascal] TParamFlags and fpc 3.2.0.

Sven Barth pascaldragon at googlemail.com
Fri Aug 2 06:44:48 CEST 2019


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


More information about the fpc-pascal mailing list