Re: Convert PICT to NSImage
Re: Convert PICT to NSImage
- Subject: Re: Convert PICT to NSImage
- From: Alexander Dymerets <email@hidden>
- Date: Mon, 27 Jun 2005 22:23:43 +0300
Ian was here wrote:
HLock( (Handle)Pict );
NSPICTImageRep *pictImage = [NSPICTImageRep
imageRepWithData:[NSData dataWithBytes:Pict
It seems, you don't dereference the handle.
Should be: dataWithBytes:*(Handle)Pict
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden