Re: Try Finally...
From: VBDis (vbdis_at_aol.com)
Date: 10/30/04
- Next message: VBDis: "Re: Structured Exception Handling (was: Try Finally...)"
- Previous message: VBDis: "Re: Been a slice..."
- In reply to:(deleted message) L D Blake: "Re: Try Finally..."
- Next in thread: L D Blake: "Re: Try Finally..."
- Reply:(deleted message) L D Blake: "Re: Try Finally..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Oct 2004 10:02:23 GMT
Im Artikel <ihh3o0dhjdkfuiio399psfa18c9adodfqc@4ax.com>, L D Blake
<not@any.adr> schreibt:
>While it's not true in all cases... this is one case where Windows wins.
>Delphi's exception objects are dead fish without the underlying Windows
>implementation.
I dare to decline ;-)
Kylix implements the same SEH as is used in Delphi, without assistence of the
OS, and FPC most probably does the same for non-Windows platforms. It's only a
matter of compatibility that Delphi uses the Windows SEH model and support, and
only the use of exception objects is a Delphi or OPL internal thing. We could
name it SEOH ;-)
> I do believe it is a mistake to view something as fundamental to the OS as
SEH
> from a top down perspective... one needs to see it from the OSs perspective
to
> truly understand it.
SEH is not a property of OS's in general, instead it's a language feature.
Exceptions or, as formerly named: Interrupts, are a matter of the OS. The
Handling of exceptions is another topic, and it's only for convenience that
Windows implements SEH features for cross-language usage.
DoDi
- Next message: VBDis: "Re: Structured Exception Handling (was: Try Finally...)"
- Previous message: VBDis: "Re: Been a slice..."
- In reply to:(deleted message) L D Blake: "Re: Try Finally..."
- Next in thread: L D Blake: "Re: Try Finally..."
- Reply:(deleted message) L D Blake: "Re: Try Finally..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|