Re: c++ exceptions in objective c call stack
Re: c++ exceptions in objective c call stack
- Subject: Re: c++ exceptions in objective c call stack
- From: Scott Ribe <email@hidden>
- Date: Fri, 04 Jul 2008 14:50:27 -0600
- Thread-topic: c++ exceptions in objective c call stack
> In the C++ code I throw an exception. Outside of this, several steps
> down the stack frame, I have a C++ function that has a try catch
You cannot throw C++ exceptions across Objective-C functions. If you want to
catch this exception, you will have to catch it in drawRect, and decide
there what to do with it.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden