last available version of revBrowser.dll (windows) ?

Mark Wieder mwieder at ahsoftware.net
Thu Jul 1 18:14:40 EDT 2010


Pierre-

Thursday, July 1, 2010, 2:46:43 PM, you wrote:

> Hello Alejandro.

> Here is it :

>> MD5 (/Users/mbdc/Desktop/GTB/Windows/Externals/revbrowser.dll)
>> = 3f2cecf354ccdde558f261a0540826ff

That's interesting...

I get

4.0:     8f67b74e200da56d71cfd8754e7452f3
4.5-dp2: bbe9047346c92d63d53dc07dae9a251b
4.5-dp1: 90b98eda1510f3bf8d120ff5abae9750

on xp sp3 from the following:

on mouseUp pMouseBtnNo
    answer file "where is the revbrowser.dll file?"
    if it is not empty then
        put hexDigest(it) & cr after msg
    end if
end mouseUp

function hexDigest pvalue
    local tRes 
    local tMD5
    
    put md5Digest(pValue) into tMD5 
    get binaryDecode("H*",tMD5,tRes) 
    return tRes 
end hexDigest

-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list