[Lazarus] Fwd: TRadioGroup not found error

2018-12-31 Thread Thomas Crone via lazarus
If this is not the right forum for this, Please tell me where I can post it. I am getting the same type of message as I got a few weeks ago: … '‘EClassNoFound’ with message: Class ‘TButton’ not found at address 10004A515 I have tried to move to Lazarus from Delphi 4 several times over

[Lazarus] LCL patch which fixes StringGrid Copy

2018-12-31 Thread AlexeyT via lazarus
https://github.com/graemeg/lazarus/commit/961abc27b89c2f33b36d091225f0d351e3429073   function PrepareToHTML(s: string): string;   var     i1: Integer;     s1: string; 1) better i instead of i1, 2) make function param "s" - const param. AT -- ___ la