I've just encountered a generics problem and wanted to know if it was
intentional...
uGenerics.pas
generic GObjectList<_T>=class(TList)
private
FIndex : integer;
private
function Get(Index:integer): _T;
procedure Put(Index:integer; Item:_T);
public
constructor
FPC ignores additional compiler parameters specified in a external file
http://bugs.freepascal.org/view.php?id=16558
I've only testing with FPC 2.4.1, but assume the issue also exists in FPC
2.5.1 - I'll try the latter later today.
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform