Test for QT
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Test for QT
Hi.
I was wondering if it were possible to "Test" for Quicktime under windows and tell a user they need to install it if it is not there? I'm using the External QT in a stack.
Many thanks
Bidge
I was wondering if it were possible to "Test" for Quicktime under windows and tell a user they need to install it if it is not there? I'm using the External QT in a stack.
Many thanks
Bidge
Hi Bidge,
If you enter QT in the search field of the dictionary, you will see a small number of relevant hits. One of the relevant entries says:
Mark
If you enter QT in the search field of the dictionary, you will see a small number of relevant hits. One of the relevant entries says:
Best,On Mac OS and Windows systems, if QuickTime is not installed, the QTVersion function returns 0.0. Otherwise, it returns the QuickTime version number.
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Hi Mark.
I just put tis in the main stack
Would this check for QT on startup of the exe?
Cheers
Bidge
I just put tis in the main stack
Code: Select all
the QTVersion
if the QTVersion < 3 then answer "You need QuickTime 3.0 or later."
Cheers
Bidge