using NSKeyedArchiver ...

2006-12-27 Thread Paddy Smith
the following code 'seems to work' on macosx, but not on the gnustep in debian etch. Am I doing something silly ? int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; NSMutableString *foo; foo=[[NSMutableString alloc]

Re: using NSKeyedArchiver ...

2006-12-27 Thread Richard Frith-Macdonald
On 27 Dec 2006, at 14:41, Paddy Smith wrote: the following code 'seems to work' on macosx, but not on the gnustep in debian etch. Am I doing something silly ? int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; NSMutableString