> I did some more checking after my post, and the problem is exactly what you
> say, the exception gets lost when it passes c code. I tried to compile the c
> code with g++ but too many errors. Can I compile the c code with egcs and
> still have exception handling in it?

You can compile the C code with -fexceptions.

Regards,
Martin

Reply via email to