On 2017-03-19 18:00, Florian Klämpfl wrote:
> The "FPC way" is fgl, the delphi compatible way is rtl-generics.
Thanks everybody - very useful information. At least now I know when to
use which one.
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgu
Am 19.03.2017 um 10:10 schrieb Graeme Geldenhuys:
> Hi,
>
> Sorry if this is a silly question, I didn't really follow Generics
> discussions in the past. If the "rtl-generics" package a replacement for
> the fgl unit?
>
> Going forward (FPC 3.0.2+), which Generics code are we supposed to use?
Th
In our previous episode, Sven Barth via fpc-pascal said:
> > Sorry if this is a silly question, I didn't really follow Generics
> > discussions in the past. If the "rtl-generics" package a replacement for
> > the fgl unit?
>
> The fgl unit is more lightweight while rtl-generics might provide bette
Am 19.03.2017 10:10 schrieb "Graeme Geldenhuys" <
mailingli...@geldenhuys.co.uk>:
>
> Hi,
>
> Sorry if this is a silly question, I didn't really follow Generics
> discussions in the past. If the "rtl-generics" package a replacement for
> the fgl unit?
The fgl unit is more lightweight while rtl-gen
Thank you Michael.
Regards,
Graeme
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On Sun, 19 Mar 2017, Graeme Geldenhuys wrote:
Hi,
Sorry if this is a silly question, I didn't really follow Generics
discussions in the past. If the "rtl-generics" package a replacement for
the fgl unit?
No, it is for Delphi compatibility. It contains also more classes/templates.
Going fo
Hi,
Sorry if this is a silly question, I didn't really follow Generics
discussions in the past. If the "rtl-generics" package a replacement for
the fgl unit?
Going forward (FPC 3.0.2+), which Generics code are we supposed to use?
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolk