|
From: | Lars Sonchocky-Helldorf |
Subject: | Re: Foundation.h help |
Date: | Mon, 29 Nov 2010 22:20:31 +0100 |
prog1.m:8: error: 'pool' undeclared (first use in this function) cheers, Lars Am 29.11.2010 um 16:42 schrieb Nicola Pero:
NSAutoreleasePool * Pool = [NSAutoreleasePool alloc] init];There's a typo ... that line should beNSAutoreleasePool * Pool = [[NSAutoreleasePool alloc] init];Thanks _______________________________________________ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep
[Prev in Thread] | Current Thread | [Next in Thread] |