Re: Compare to NSData Objects
Re: Compare to NSData Objects
- Subject: Re: Compare to NSData Objects
- From: Ryan Bates <email@hidden>
- Date: Thu, 12 Feb 2004 08:09:12 -0800
On Feb 12, 2004, at 4:40 AM, Roberto Sobachi wrote:
How can I compare 2 NSData objects?
I tried isEqualToData, but the application crash.
Where is your application crashing and what is it saying? Try using the
debugger. My guess is that you are sending a message to an already
released object.
Ryan
On Feb 12, 2004, at 4:40 AM, Roberto Sobachi wrote:
How can I compare 2 NSData objects?
I tried isEqualToData, but the application crash.
I've got 2 NSImage to compare, and I think to convert them into NSData
objects.
Any advice to compare?
Roberto Sobachi
developer
http://www.xidiar.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.