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
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