First of all, I am really sorry if I have managed to cross-post this request. To my question: I have on an earlier occasion written code to handle exceptions using the exc_server () call in a ProjectBuilder project - a command-line tool to experiment with the "technology". Having gotten the opportunity to try to build that project in Xcode, it works just fine, even after having upgraded to native target. But then I want to use this code in a newly created project in Xcode, in order to build an application. No matter what I have tried, the linker complains about exc_server () being undefined. I have included the System and Kernel frameworks in my new project (and also Foundation and AppKit, but they are not involved in these matters). I have also tried to directly include the libSystem.B.dylib, in which I suspect exc_server is defined, but without luck. I would be very grateful for any help in this matter as my graduation project depends on this code. Sincerely Ivan A Krizsan _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.