Gennady Agranov via fpc-devel schrieb am
Sa., 18. Sep. 2021, 01:11:
> Hi,
>
> I have Delphi RTTI code that takes record's type info, finds method and
> calls it...
>
> The code does not seem to work in 3.2.0 (SEGV)
>
> Should it work?
>
> Should I try 3.2.2 or there are other ways to call record
Hi All,
I tried to build Lazarus fixes_2_2 (0bc0484c) with FPC main (5bcc5307)
on Windows 10 64bit and got the below error.
(3104) Compiling easylazfreetype.pas
e:\Lazarus\fixes_2_2\components\freetype\easylazfreetype.pas(347,10)
Warning: (3018) Constructor should be public
e:\Lazarus\fixes_