Re: error when calling function in another C file
Re: error when calling function in another C file
- Subject: Re: error when calling function in another C file
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 2 Jan 2008 11:27:45 +0100
Build succeeds without any warning or error.
Documents say that NSMutableArray * and CFArrayRef are toll-free
bridged.
And can be supplied as arguments to function interchangeably.
'response' is not initialized (and so is nil). CF functions crash if
you call them with NULL as first argument. Unlike with obj-c you have
to check for nullity before calling Core Foundation function.
_______________________________________________
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