[fpc-pascal] LZMA Algorithm fails on 64bit

JoshyFun joshyfun at gmail.com
Mon Jan 25 13:53:40 CET 2010


Hello FPC-Pascal,

Monday, January 25, 2010, 1:29:48 PM, you wrote:


MK> The problem is that no Pascal developer knows this code. It was translated
MK> from Java code.
MK> Can you imagine another difference between 64bit and 32bit which may cause
MK> those error? The bitshifts result in the same value on 32bit and 64bit...
MK> Kind regards
MK>   Matthias Klumpp

The stream is compressed with 32 bits version ? Or are the 64 bits
compressed files the ones that fail to be decompressed in 64 bits also
?

So the question a 32 bits compressed LZMA can be decompressed with 32
bits "decode", and the same stream decompressed with the 64 bits
version ?

-- 
Best regards,
 JoshyFun




More information about the fpc-pascal mailing list