Hi,<br><br>I just noticed that fpc when compiling in lazarus didn't allow me to use Initialize/Finalize with the parameter showing the number of records to initialize. Interesting, but I have a huge number of delphi sources using this syntax, something like<br>
<br> FillChar(Section^, Count*ElementSize, 0);<br> Initialize(TNameValueRec(Section^), Count);<br><br>This is because I have a variant of "array of" object implementation and it uses support tool, and when the user checks "Record contains strings", this line is appended<br>
<br>Is possible for such syntax to be supported? Probably I'm one of those rare developer using it, and maybe because of this I just have to make some patch by myself, suggesting the result to be committed :). Please let me know if it's possible.<br>
<br>Also, if reporting a bug/feature request is welcome, should I do some changes to this ticket:<br> <a href="http://bugs.freepascal.org/view.php?id=4825&nbn=1">http://bugs.freepascal.org/view.php?id=4825&nbn=1</a><br>
or create a new one?<br><br>Thanks in advance,<br><br>Max Vlasov<br>