catch_exception_raise not called ?
29/06/06 21:28
When implementing my own exception handling code in a Cocoa application using Mach-O low level calls to set my own excpetion handling thread, my |
If the exc_server doesn't find your routine it is most probably because of linker related behaviour… Be sure to turn on the "Preserve private externals" linker flag in the Linking settings tab of your Xcode project… or pass | -keep_private_externs to the linker…