Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

EAbstract Error

0 views
Skip to first unread message

Kaoz

unread,
Mar 24, 2001, 10:44:24 AM3/24/01
to
I installed Delphi 5 on my PIIIeb, PGA... is delphi compatible??
when i try to run delphi, it gives me a EAbstract Error..

HELP!!
please, send reply to ka...@super11.net

thanx

Dirk Claessens

unread,
Mar 25, 2001, 1:48:37 PM3/25/01
to
Kaoz <ka...@super11.net> schreef in berichtnieuws
3abcc037...@news.terra.com.br...

> I installed Delphi 5 on my PIIIeb, PGA... is delphi compatible??
> when i try to run delphi, it gives me a EAbstract Error..
>

What do you mean by "run Delphi" ?
Does the error occurs when you simply start up Delphi, or when you run your
program?
EAbstract Error normally only occurs when an abstract base class ( which
_must_ be overridden) is instantiated. Example : TStrings.


> HELP!!
> please, send reply to ka...@super11.net
>

Please read the newsgroup again tomorrow...

--
Regards,

Dirk Claessens
---------------------------------------------------------
http://www.claessens16.yucom.be
Attention: All spamshields raised; E-mails will bounce!
---------------------------------------------------------


David H

unread,
Mar 27, 2001, 10:43:53 PM3/27/01
to
Or when a method in an ancestor is of type

Virtual; abstract;

and the descendent has "inherited" in the block
begin inherited;

....
...
end;

the inherited line has to go

"Dirk Claessens" <will....@back.com> wrote in message
news:3abe43d0$0$16692$73be...@news.be.uu.net...

0 new messages