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

2010-01-23 Thread Jonas Maebe
Does anyone know why the code fails to work? Not really, but at least the following is will be evaluated differently on 32 and 64 bit platforms: ### ~~~ CodeSequence [-1-]: - var

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

2010-01-23 Thread Matthias Klumpp
On Sat, 23 Jan 2010 14:19:23 +0100, Jonas Maebe jonas.ma...@elis.ugent.be wrote: Does anyone know why the code fails to work? Not really, but at least the following is will be evaluated differently on 32 and 64 bit platforms: [...] v is a byte, i is a longint (integer in Delphi mode).

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

2010-01-23 Thread Jonas Maebe
On 23 Jan 2010, at 15:12, Matthias Klumpp wrote: On Sat, 23 Jan 2010 14:19:23 +0100, Jonas Maebe jonas.ma...@elis.ugent.be wrote: Does anyone know why the code fails to work? Not really, but at least the following is will be evaluated differently on 32 and 64 bit platforms: [...] v is

Re: [fpc-pascal] RTTI Bug or something else i did wrong...

2010-01-23 Thread Jorge Aldo G. de F. Junior
i did rewrote the whole program, and the bug vanished... so i cannot recreate the problem in a test case... (?) sorry about the inconvenience... ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org