On Thu, Sep 11, 2008 at 03:34:53PM +0100, [EMAIL PROTECTED] wrote: > Essentially, a piece of Ada code calls a foreign C function with > a callback as an argument. The callback is an Ada procedure which > raises an exception. The original Ada caller catches the exception > and execution continues from that point.
Do you build the C source with -fexceptions? Otherwise its illegal to throw exception through this code. Bastian -- You can't evaluate a man by logic alone. -- McCoy, "I, Mudd", stardate 4513.3 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]