On Thu, Oct 2, 2014 at 3:33 PM, Ewald 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
> http://lists.freepascal.org/pipermail/fpc-devel/
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
_
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
T