Re: sortedArrayUsingFunction:context: and other variables
Re: sortedArrayUsingFunction:context: and other variables
- Subject: Re: sortedArrayUsingFunction:context: and other variables
- From: Nick Zitzmann <email@hidden>
- Date: Sun, 5 Aug 2007 16:06:48 -0600
On Aug 5, 2007, at 3:03 PM, Aaron Wallis wrote:
when it comes to compiling, I get the error
"'indexedWordsWithCounts' undeclared (first use in this function)"
cause its a parameter of the object and the function can't seem to
access it.
I'm guessing indexedWordsWithCount is part of some ObjC class. If
true, then this is expected, since C functions are not a part of ObjC
classes even if they're in the same source file. You should probably
use the object as the contextInfo to work around this.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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