QT version on Windows
sims
sims at ezpzapps.com
Tue Oct 11 13:00:09 EDT 2005
At 9:56 AM -0700 10/11/05, Mark Wieder wrote:
>Interesting. What are you trying to do with that "text" in the
>queryRegistry() call? I suppose the compiler will try to create a
>variable called "text" and store the result there, but I don't think
>you'll be able to retrieve it.
>
>put queryRegistry("blahblahblah", abc)
>put abc
>
>gives "dword" for the registry key type for the QT version.
put queryregistry("HKEY_LOCAL_MACHINE\software\apple Computer,
Inc.\quicktime\version","text") into data
local t1,t2,t3,t4
get binaryDecode("H2H2H2H2",data,t1,t2,t3,t4)
put t4&t3&t2&t1
Produces 07028000 here.
I have QuickTime 7.0.2 installed on my PC.
ciao,
sims
More information about the use-livecode
mailing list