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

2010-01-26 Thread JoshyFun
Hello FPC-Pascal, Tuesday, January 26, 2010, 4:14:07 PM, you wrote: >> Yes and the hunting was not easy :( fortunatly the code is quite >> small. MK> Cool! Many thanks for that fix! I was reviewing the code for nearly two MK> days without any usable result. Well I use a quite simple approach a l

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

2010-01-25 Thread Matthias Klumpp
>>> 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 ? > MK> I'll try, but I think it won't work. > > I hope to have some spare time this afternoon to test it, as I also > need LZMA decompress in

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

2010-01-25 Thread JoshyFun
Hello FPC-Pascal, Monday, January 25, 2010, 2:27:00 PM, you wrote: MK> I cpmpressed a stream with the 64bits version. I can uncompress it MK> successfully on 32bit, but not on 64bit. MK> I haven't tried to decompress 32bit compressed files under 64bit, but MK> decompressing files compressed under