Re: Unarchiving issues
Re: Unarchiving issues
- Subject: Re: Unarchiving issues
- From: Quincey Morris <email@hidden>
- Date: Sun, 1 Aug 2010 14:40:20 -0700
On Aug 1, 2010, at 13:31, James Maxwell wrote:
> heh... yeah, that's true. But the thing is I haven't done anything different with this particular float* array. It's the same type of archiving I've used at many points in the app.
> But I hadn't thought to look for weak references.... could this be as simple as making sure to type cast objects when adding them to mutable arrays?
Anything in an array is strongly referenced, so you don't have to worry about it. The problem is more likely the array itself, or the root unarchived object (Network, did you say?)
_______________________________________________
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