On Mon, 30 Dec 2002, Ben Liblit wrote: > - the C++ "catch" code calls some C function > - this C function then calls back into C++ code > - this C++ code now throws an exception > > Is there any possible way to make this work? Compile your C source with -fexceptions. Jeff