• 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: checking OS and Quicktime versions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: checking OS and Quicktime versions


  • Subject: Re: checking OS and Quicktime versions
  • From: Stevo Brock <email@hidden>
  • Date: Mon, 20 Oct 2003 21:16:54 -0700

Hi James,

As far as I know, the best way is to still use the Gestalt Manager. It's very easy....

SInt32 sysVersion;
::Gestalt(gestaltSystemVersion, &sysVersion);

SInt32 qtVersion;
::Gestalt(gestaltQuicktime, &qtVersion);
qtVersion >>= 16;

That should do it for you.

-Stevo Brock
Skyward Studios


On Monday, October 20, 2003, at 07:05 PM, James Coker wrote:

Does anyone happen to know the current most-appropriate way to
check the versions of the OS and Quicktime on app startup? I know
about the Gestalt Manager, but I wanted to double-check before
I start digging through the doc for that, esp. considering that the
example code is still in Pascal!

Cheers,
Jim
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.

References: 
 >checking OS and Quicktime versions (From: James Coker <email@hidden>)

  • Prev by Date: checking OS and Quicktime versions
  • Next by Date: DefaultAudioUnit and Digidesign 001
  • Previous by thread: checking OS and Quicktime versions
  • Next by thread: DefaultAudioUnit and Digidesign 001
  • Index(es):
    • Date
    • Thread