Re: GNOME GTK-- Projects



Michael Hudson <mwh21@cam.ac.uk> writes:
> > whichever GTK+ configurable error reporting scheme (yet to be
> > implemented), that doesn't use real exception handling (i.e. a
> > hack)?  Is there any hope for being able to use exception
> > handling in GTK--?
> 
> So long as you delay the thrown excpetion until you're back in GTK-- land
> you should be safe, but that's going to be hard, I should think.
> Perhaps an error handler that set some appropriate static flag variable,
> then when gtk returns normally, gtk-- would translate that into an
> exception. Don't know if that would be feasible. (Don't mention threads). 

There's one way to avoid this problem -- compiling gtk with C++ compiler..

-- 
-- Tero Pulkkinen -- terop@modeemi.cs.tut.fi --



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]