dcryptdll on Windows 98
Hello,

I`m using the dcryptdll - plugin under Windows 98. The lines

GetTempFileName $1
WriteIniStr '$1' 'VAR' 'value' '55'
DcryptDll::HexEncoder "FF" "$1" "var.dat" "--End--"

should write 55 as a Hexcode in the file war.dat. But there are only "0" in the file.
How can i solve the problem?

acdc