<p><br>
Am 04.08.2016 03:17 schrieb "silvioprog" <<a href="mailto:silvioprog@gmail.com">silvioprog@gmail.com</a>>:<br>
> I got:<br>
><br>
> 'Error: Identifier not found "TArray"'<br>
><br>
> So I've fixed it with:<br>
><br>
> === begin code ===<br>
><br>
> ...<br>
><br>
> {$IFDEF FPC}<br>
> TArrayHelper<string>.Sort(ordkeys);<br>
> {$ELSE}<br>
> TArray.Sort<string>(ordkeys);<br>
> {$ENDIF}<br>
><br>
> ...<br>
><br>
> === end code ===<br>
><br>
> So, is this the best way to solve this problem?</p>
<p>For now, yes. Maciej still needs to adjust the code to make use of the features added in trunk.</p>
<p>><br>
> P.S.: You should remove the {$H+} from the generics.* units, the mode Delphi already enables the long strings.</p>
<p>It might be redundant, but it doesn't hurt either.</p>
<p>Regards,<br>
Sven</p>