Re: Gracefully failing on unsupported OS version
Re: Gracefully failing on unsupported OS version
- Subject: Re: Gracefully failing on unsupported OS version
- From: Jonathon Mah <email@hidden>
- Date: Wed, 20 Apr 2005 02:08:01 +0930
Hi John,
No idea if it'll work, but in your main method (main.m or whatever)
couldn't you check the current framework version (see Ali Ozer's
e-mail) and throw up an alert dialog if it's not what you need,
_before_ NSApplicationMain is called? A simple if could test this and
branch into another function, which could bring up the dialog possibly
through Carbon, and run a tiny event loop if needed. I don't think it'd
be very hard.
Jonathon Mah
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden