Re: [fpc-devel] RTTI status in 3.2.0 and 3.2.2

2021-09-19 Thread Sven Barth via fpc-devel
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

[fpc-devel] Build Lazarus fixes_2_2 with actual FPC main

2021-09-19 Thread Gabor Boros via fpc-devel
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_