Re: NSOpenPanel instantly closing
Re: NSOpenPanel instantly closing
- Subject: Re: NSOpenPanel instantly closing
- From: Jonathan <email@hidden>
- Date: Sat, 17 Feb 2007 23:59:07 -0500
#import <Foundation/Foundation.h>
int main (int argc, const char * argv[]) {
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
if (NULL == nil)
NSLog(@"THey're the same!");
[pool release];
return 0;
}
[Session started at 2007-02-17 23:50:07 -0500.]
2007-02-17 23:50:07.670 test[12923] THey're the same!
The answers for all of the challenges in Aaron's book are online at :
http://www.bignerdranch.com/products/cocoa1.shtml
--
Jonathan Saggau
jonathansaggau.com
This amusement engaged me so much that [friends] were obliged to force
me from it; and thus it is with every inclination I give into, it
continues to augment, till at length it becomes so powerful, that I
lose sight of everything except the favorite amusement. - Rousseau
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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