Re: c++ exceptions causing abort
Re: c++ exceptions causing abort
- Subject: Re: c++ exceptions causing abort
- From: Benjohn <email@hidden>
- Date: Tue, 14 Dec 2004 13:34:50 +0000
On 13 Dec 2004, at 19:38, John Stiles wrote:
I'd shy away from doing anything to the message dispatch machinery.
It's not something you want to fiddle with.
OTOH, I could imagine a nice template or something that would
automatically build up the catch machinery around your function with
only a little bit of effort. I'd have to think that through a bit but
I think you could probably bundle up 90% of the work into one place
and get it over with.
:) I'm thinking of something along these lines. I'm worried that
there's a reasonably good chance of us missing one of the places where
we need to place a catch handler, which would lead to our application
hanging at run time :( The membrane library (someone mentioned this on
the list) seems to help with much of the wrapping.
Cheers,
Benjohn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden