As you can see, it calls for an NSUInteger[]. If I declare one,
like so:
NSUInteger *data;
the compiler gives an error:
"error: 'NSUInteger' undeclared..."
Any Ideas?
- Jason
Which SDK are you using? NSUInteger is not declared in SDK previous
to Mac OS X.5.
Check you project settings.
_______________________________________________
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