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
 mwie...@ahsoftware.net

_______________________________________________
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