On Apr 9, 2008, at 3:31 PM, Hugo Duncan wrote:
kCGImagePropertyMakerCanonFirmware
Looks like a bug in the frameworks to me. I would report it to Apple at bugreport.apple.com.
If this constant follows the behavior of most constants of it's kind, you could work around the problem by adding:
const CFStringRef kCGImagePropertyMakerCanonFirmware = CFSTR("kCGImagePropertyMakerCanonFirmware");
as a global variable in your app. Scott _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [EMAIL PROTECTED]
