[fpc-pascal] Size limits to name child specialized classes

2014-10-10 Thread 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 question is: in the comming version of FPC, will be this issue

Re: [fpc-pascal] Size limits to name child specialized classes

2014-10-10 Thread Sven Barth
Am 10.10.2014 12:52 schrieb luciano de souza luchya...@gmail.com: 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.

Re: [fpc-pascal] Size limits to name child specialized classes

2014-10-10 Thread luciano de souza
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 pascaldra...@googlemail.com: Am 10.10.2014 12:52 schrieb luciano de souza luchya...@gmail.com: Hello all, Nowadays, using FPC 2.6.4,