throwing C++ exceptions across C frames

Jeff Sturm jsturm@one-point.com
Tue Dec 31 03:09:00 GMT 2002


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



More information about the Gcc mailing list