Re: Service Pack for Delphi 7
From: Rudy Velthuis (TeamB) (rvelthuis_at_gmx.de)
Date: 01/17/04
- Next message: Rudy Velthuis (TeamB): "Re: Delphi QC Top Voted"
- Previous message: Rudy Velthuis (TeamB): "Re: Service Pack for Delphi 7"
- In reply to: Jimmy [Used-Disks]: "Re: Service Pack for Delphi 7"
- Next in thread: Eric Grange: "Re: Service Pack for Delphi 7"
- Reply: Eric Grange: "Re: Service Pack for Delphi 7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 17 Jan 2004 01:42:57 -0700
Jimmy [Used-Disks] wrote:
> > > > Generally shutdown AV's in the IDE are caused by a bug in an
> > > > installed component package.
> > >
> > > Shouldn't the IDE handle this?
> >
> > How?
>
> try
> // Component stuff
> except
> // Handle component misbehavior
> end;
>
> Duh <g>.
1. Where would these try...except...end be? If around *every* call
(and message) to the components, it might get sluggish.
2. What would the except handle? How can the IDE handle an AV in a
component? And if it does, by logging this, or whatever, what makes
the
component stable again?
3. Such AVs seem to happen in finalization section of units in designer
packages. How do you put a try ... except around these?
--
Rudy Velthuis (TeamB)
"I have read your book and much like it."
- Moses Hadas (1900-1966)
- Next message: Rudy Velthuis (TeamB): "Re: Delphi QC Top Voted"
- Previous message: Rudy Velthuis (TeamB): "Re: Service Pack for Delphi 7"
- In reply to: Jimmy [Used-Disks]: "Re: Service Pack for Delphi 7"
- Next in thread: Eric Grange: "Re: Service Pack for Delphi 7"
- Reply: Eric Grange: "Re: Service Pack for Delphi 7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|