not able to create NSIMage using init methods
not able to create NSIMage using init methods
- Subject: not able to create NSIMage using init methods
- From: "MAnish Billore" <email@hidden>
- Date: Mon, 7 Jul 2008 19:35:40 +0530
Hi
I am creating an nsimage using
initWithData function.
NSData *filedata= [NSData dataWithContentsOfFile:datapath];
NSImage *myImage = [NSImage initWithData: filedata];
but I am getting following warning message
NSImage' may not respond to '+initWithData:'
please help me even I am not able to use any init method for creatin NSImage.
Thanks
Manis bill
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden