• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re:Check for Mac OS Version
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:Check for Mac OS Version


  • Subject: Re:Check for Mac OS Version
  • From: Anish Kumar <email@hidden>
  • Date: Thu, 31 Mar 2005 10:10:23 +0530

Probably this is what you were looking for....

+(Boolean)MacOSPantherOrBetter
{
UInt32 response;
return( Gestalt(gestaltSystemVersion,
(SInt32 *) &response) == noErr)
&& (response >= 0x01030 );
}


regards,
-Anish
_______________________________________________
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


  • Prev by Date: NSDate dateWithNaturalLanguageString goes BOOM! after being called 100, 000+ times
  • Next by Date: Re: NSConcreteNotifyingMutableAttributedString
  • Previous by thread: Re: Check for Mac OS Version
  • Next by thread: Mouse Input...
  • Index(es):
    • Date
    • Thread