[fpc-pascal] Again: Use of abstract classes

2014-10-02 Thread silvioprog
Hello, Someone could inform me if there is an entry in bugtracker with references to this topic? http://www.mail-archive.com/fpc-pascal@lists.freepascal.org/msg31061.html Here in FPC 2.6.4 this code compile well, without erros, warnings etc.: TTest = class abstract(TObject) end; ... var

Re: [fpc-pascal] Again: Use of abstract classes

2014-10-02 Thread Ewald
On 10/02/2014 05:35 PM, silvioprog wrote: Hello, Someone could inform me if there is an entry in bugtracker with references to this topic? This has already been fixed I believe. See http://lists.freepascal.org/pipermail/fpc-devel/2014-July/033930.html for more information. -- Ewald

Re: [fpc-pascal] Again: Use of abstract classes

2014-10-02 Thread silvioprog
On Thu, Oct 2, 2014 at 3:33 PM, Ewald ew...@yellowcouch.org wrote: On 10/02/2014 05:35 PM, silvioprog wrote: Hello, Someone could inform me if there is an entry in bugtracker with references to this topic? This has already been fixed I believe. See