Re: Callback when OS delivers console msg for my process?
Re: Callback when OS delivers console msg for my process?
- Subject: Re: Callback when OS delivers console msg for my process?
- From: Trygve Inda <email@hidden>
- Date: Sat, 14 Nov 2009 06:50:07 +0000
- Thread-topic: Callback when OS delivers console msg for my process?
> On Nov 13, 2009, at 2:53 PM, Trygve Inda wrote:
>
>> Also...
>>
>> NSURL* imgURL = [NSURL fileURLWithPath:path];
>> CGImageSourceRef imgRef;
>> CGImageSourceStatus imgStatus;
>>
>> imgRef = CGImageSourceCreateWithURL (imgURL, nil);
>>
>>
>> CGImageSourceGetStatus (imgRef) returns kCGImageStatusComplete
>
> What about CGImageSourceGetStatusAtIndex() or
> CGImageSourceCreateImageAtIndex()?
>
> Regards,
> Ken
>
>
Same result... No errors except for the error posted to the console.
Trygve
_______________________________________________
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