On 28/04/2010, at 8:00 PM, Gerriet M. Denkmann wrote: > // *** -[NSKeyedArchiver encodeValueOfObjCType:at:]: this archiver > cannot encode structs > > Using NSArchiver (without the "Keyed") works fine. > > How am I supposed to save my array of points? > 10.6.3.
I find the easiest way is to use NSStringFromPoint and NSPointFromString to store these types. --Graham _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
