QT version on Windows

xbury.cs at clearstream.com xbury.cs at clearstream.com
Tue Oct 11 04:48:25 EDT 2005


Hi Sims,

I tried but

After battling again with the clipboard crap not pasting right, in 2.6.1

put queryregistry("HKEY_LOCAL_MACHINE\Software\Apple Computer, 
Inc.\QuickTime\Version","text")

looking at the data (which prevents compilation when inserted between 
quotes)...

The only way i could get a resemblence to what i see in the registry was 
using 

binaryDecode ("H*", data, x)

but after trying  HH*, i got a revcrash!!!


put queryregistry("HKEY_LOCAL_MACHINE\Software\Apple Computer, 
Inc.\QuickTime\Version") into data

put "xaAbBhHcCsSiInNfd" into testlist

repeat for each char c in testlist
get binarydecode(c &"*" , data, x) 
put c & tab & x & cr after fld 1
end repeat

when i tried c&c& "*" i got the crash...

i'll try again later but i have to work...

sorry
Xavier

use-revolution-bounces at lists.runrev.com wrote on 11/10/2005 10:17:16:

> At 8:18 AM +0200 10/11/05, xbury.cs at clearstream.com wrote:
> >Actually, it looks like it is written in hex as the version...
> >
> >I have version 6.3 and the regedit key says 6308000
> 
> Xavier,
> 
> Would you please post the script that produces this for me to try?
> binaryDecode() is getting me nowhere.
> 
> TIA
> 
> sims
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution



-----------------------------------------
Visit us at http://www.clearstream.com
                                                          
IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents of
this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you are
not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically
states them to be the views of Clearstream International or of any of
its affiliates or subsidiaries.

END OF DISCLAIMER



More information about the use-livecode mailing list