On May 12, 2012, at 3:25 AM, Luca Ciciriello wrote:

> Using the accelerate framework in iOS 5.1 I've imported the header 
> Accelerate/Accelerate.h and in my code I'm using the line:
> 
> uint_8 kernel = {-2, -2, 0, -2, 6, 0, 0, 0, 0};
> 
> My problem is that I've got the error:
> 
> "Use of undeclared identifier uint_8".
> 
> Which is the header I've to use for uint_8?

Do you perhaps mean uint8_t?  Certainly, the Accelerate framework won't require 
you to use any type which it hasn't included the definition for.

Regards,
Ken


_______________________________________________

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

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

Reply via email to