Re: Application failing on copyWithZone:
Re: Application failing on copyWithZone:
- Subject: Re: Application failing on copyWithZone:
- From: Kevin Hoctor <email@hidden>
- Date: Mon, 19 Jun 2006 00:02:36 -0500
Thanks Michael,
On Jun 18, 2006, at 11:48 PM, Michael Ash wrote:
This is not the case. NSCoding is the only thing you need to implement
for serialization. NSView, for example, conforms to NSCoding but not
NSCopying. The two are very different concepts and Cocoa does not have
either one depend on the other.
I found the code that was making a copy. I can see that I should have
used a retain instead. I'm starting to understand how the Cocoa works
better and I can see which routines are wrong from the tutorials I've
read.
Peace,
Kevin
http://kevinhoctor.blogspot.com
_______________________________________________
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