Quote Originally Posted by wagenheimer View Post
I'm having some trouble converting my Delphi generics to FPC.

FManaButtons: {$ifdef FPC}specialize{$endif} TObjectList<TManaButton>;

Error: Specialization is only supported for generic types

This not works in FPC?
The TObjectList in fpc isn't generic