[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
  T: TTest;
begin
  T := TTest.Create;

This was fixed in trunk?

Thank you!

--
Silvio Clécio
My public projects - github.com/silvioprog
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

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

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


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
 http://lists.freepascal.org/pipermail/fpc-devel/2014-July/033930.html
 for more information.


Awesome!

I'll install the FPC from trunk in a virtual machine to test it.

Thanks alot! =)

-- 
Silvio Clécio
My public projects - github.com/silvioprog
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal