NSKeyedUnarchiver

2006-01-08 Thread Parrish Myers
Can someone please help... this doesn't make sense:The following code should print the NSMutableArray twice... but only does once... the NSKeyedUnarchiver doesn't seem to work on windows... #import Foundation/Foundation.hvoid printArray(NSMutableArray *anArray

Re: NSKeyedUnarchiver

2006-01-08 Thread Richard Frith-Macdonald
On 9 Jan 2006, at 02:44, Parrish Myers wrote: Can someone please help... this doesn't make sense: The following code should print the NSMutableArray twice... but only does once... the NSKeyedUnarchiver doesn't seem to work on windows... This is because the archive is in XML property

NSKeyedUnarchiver

2006-01-03 Thread Parrish Myers
Hello,I'm wondering if anyone else is having this problem:I have a custom class that implements the NSCoding interface, so it has 'initWithCoder' and 'encodeWithCoder'... the class verry succesfully archived with NSKeyedArchiver to file... but I can't seem to get NSKeyedUnarchiver do anything