Inherited Create raises an exception/access violation ? huh ?
- From: "Skybuck" <skybuck2000@xxxxxxxxxxx>
- Date: 30 Jun 2006 22:51:58 -0700
Hello,
I was just stepping through the program and I noticed how this line
causes an access violation which I find pretty strange ?
Maybe my memory is playing tricks on me... but I thought it was normal
and safe to write code like this... even if Ttest has no
predecessor/ancestor. Or could it be a new delphi feature or bug ? ;)
constructor Ttest.Create;
begin
inherited Create; // why does this cause an access violation ? very strange !
What you guys and girls make of this ? :)
Bye,
Skybuck.
.
- Follow-Ups:
- Re: Inherited Create raises an exception/access violation ? huh ?
- From: Maarten Wiltink
- Re: Inherited Create raises an exception/access violation ? huh ?
- References:
- Prev by Date: Many questions about partially constructed objects !!!???
- Next by Date: Re: Many questions about partially constructed objects !!!???
- Previous by thread: Many questions about partially constructed objects !!!???
- Next by thread: Re: Inherited Create raises an exception/access violation ? huh ?
- Index(es):
Relevant Pages
|