While it is not my intention to support previous versions of Mac OS, I'd like my users be informed politely that the latest OS version is required and the application shut down gracefully.
What is the recommended way to do this? Basically it boils down to 2 questions: 1) How do I query the current OS version in Cocoa? 2) Will my code even have the opportunity to check the OS version, or an error will occur on the stage of loading and reported by the OS loader, before a single line of my code gets executed? I'm asking this because this would be the case on Windows when the required statically linked DLLs, are missing or have incorrect version. I do not have any previous version of Mac OS at my disposal, so I can't test what happens. I wish Mac OS X is smart enough to take care of the problem without the need of any coding. I want to make sure. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]