Re: checking OS and Quicktime versions
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.