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 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 repository > or >

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 compresse