Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSRunAlertPanel crashing on XCode 2.2.1



Here's a simple program to show a Alert Panel on OSX 10.4.6 using XCode 2.2.1
it crashes in NSRunAlertPanel. The same runs perfectly on using Xcode
1.5 (OSX 10.3.9)

#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
	NSApplication * app = [[NSApplication alloc] init];

NSRunAlertPanel(@"sdfds", @"sdfdg", @"OKt", @"Cancel", @"test");	
	[app release];
	return 0;
}
The documentation shows that the API is supported in OS 10.4 or later.
So can anyone tell what I need to do to use is successfully on OSX
10.4.6. Further sometimes the release build runs properly only while
debugging it crashes.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.