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
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to