On Dec 1, 2009, at 12:03, James Maxwell wrote:

> [aCoder encodeBytes:coincidences length:coincsSize forKey:@"coincidences"];
> 
> fails with a complaint about getting a float* when it expects a uint8_t 
> const. 
> In fact, I know remember that's why I used the NSData in the first place... 
> any thoughts? 

        [aCoder encodeBytes:(uint8_t*)coincidences length:coincsSize 
forKey:@"coincidences"];


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to