[Mono-list] you do not need Linux to hack on mono

Serge serge@wildwestsoftware.com
Fri, 1 Mar 2002 18:08:13 +0200


Actually SEH is an OS feature and as such can be used without special
compiler support (without keywords such as __try).
This will require architecture-specific code, however (but context
structures are CPU-specific anyway).
If someone is interested I have some pointers and some sample code.

Sergey


----- Original Message -----
From: "Fergus Henderson" <fjh@cs.mu.oz.au>
To: "Dan Lewis" <dihlewis@yahoo.co.uk>
Cc: <mono-list@ximian.com>
Sent: Friday, March 01, 2002 7:31 AM
Subject: Re: [Mono-list] you do not need Linux to hack on mono


> On 28-Feb-2002, Dan Lewis <dihlewis@yahoo.co.uk> wrote:
> >  --- Serge <serge@wildwestsoftware.com> wrote:
> > > In Windows this is done using SEH (Structured Exception Handling).
> >
> > Does anyone know if gcc/mingw supports this?
>
> Last time I looked, it didn't.
> But at least one person has been working on implementing it.
> See <http://gcc.gnu.org/ml/gcc/2001-10/msg00776.html>.
>