Re[2]: [fpc-pascal] LZMA Algorithm fails on 64bit

2010-01-26 Thread JoshyFun
Hello FPC-Pascal, Tuesday, January 26, 2010, 7:52:08 AM, you wrote: GG I am planning on using LZMA in the future (no timeframe available yet), but GG could you guys make the fixed code available somewhere in a repository or GG as a sub-project of Lazarus CCR? More tests should be applied as I

Re: Re[2]: [fpc-pascal] LZMA Algorithm fails on 64bit

2010-01-26 Thread Matthias Klumpp
On Tue, 26 Jan 2010 13:51:35 +0100, JoshyFun joshy...@gmail.com wrote: Hello FPC-Pascal, Tuesday, January 26, 2010, 7:52:08 AM, you wrote: GG I am planning on using LZMA in the future (no timeframe available yet), but GG could you guys make the fixed code available somewhere in a

Re[2]: [fpc-pascal] LZMA Algorithm fails on 64bit

2010-01-25 Thread JoshyFun
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

Re: Re[2]: [fpc-pascal] LZMA Algorithm fails on 64bit

2010-01-25 Thread 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 ? I cpmpressed a stream with the 64bits version. I can uncompress it successfully on 32bit, but not on 64bit. I haven't tried to decompress 32bit compressed