Thank you. Generics is one of the best features the compiler has
lately implemented. I am happy to use it freely!
2014-10-10 9:34 GMT-03:00, Sven Barth :
> Am 10.10.2014 12:52 schrieb "luciano de souza" :
>>
>> Hello all,
>>
>> Nowadays, using FPC 2.6.4, specialized classes have a size limit on
>>
Am 10.10.2014 12:52 schrieb "luciano de souza" :
>
> Hello all,
>
> Nowadays, using FPC 2.6.4, specialized classes have a size limit on
> names. The compiler joins the the parent and child class names and
> when the resultant string reaches more than 32 characters, an error is
> raised.
>
> My ques
Hello all,
Nowadays, using FPC 2.6.4, specialized classes have a size limit on
names. The compiler joins the the parent and child class names and
when the resultant string reaches more than 32 characters, an error is
raised.
My question is: in the comming version of FPC, will be this issue
solved