Re: [fpc-devel] Issue 34851 (TBits.OpenBit)

2019-02-03 Thread Bart
On Sun, Feb 3, 2019 at 3:08 PM Marco van de Voort wrote: > Checked,committed, merged. Thanks. -- Bart ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] Issue 34851 (TBits.OpenBit)

2019-02-03 Thread Marco van de Voort
Op 2019-02-03 om 12:32 schreef Bart: Can some devel look at https://bugs.freepascal.org/view.php?id=34851 (and please ignore the input of Thaddy). Current implementation is not Delphi compatible. A sample project is available. Martok supplied a patch which seems to resolve this. It would be

[fpc-devel] Issue 34851 (TBits.OpenBit)

2019-02-03 Thread Bart
Hi, Can some devel look at https://bugs.freepascal.org/view.php?id=34851 (and please ignore the input of Thaddy). Current implementation is not Delphi compatible. A sample project is available. Martok supplied a patch which seems to resolve this. It would be nice if it could go in 3.2.0, given

Re: [fpc-devel] Issue with TBits.OpenBit

2008-05-24 Thread Felipe Monteiro de Carvalho
On Fri, May 23, 2008 at 11:40 AM, Michael Van Canneyt [EMAIL PROTECTED] wrote: Unfortunately, that was wrong. It's been corrected. It would be nice if the on-line docs were updated: http://www.freepascal.org/docs-html/ref/refsu5.html#x25-240003.1.1 What are the not-fixed-size types then? Is

Re: [fpc-devel] Issue with TBits.OpenBit

2008-05-24 Thread Michael Van Canneyt
On Sat, 24 May 2008, Felipe Monteiro de Carvalho wrote: On Fri, May 23, 2008 at 11:40 AM, Michael Van Canneyt [EMAIL PROTECTED] wrote: Unfortunately, that was wrong. It's been corrected. It would be nice if the on-line docs were updated:

Re: [fpc-devel] Issue with TBits.OpenBit

2008-05-23 Thread Vincent Snijders
Sergei Gorelkin schreef: 1) Typing: TBitArray (classesh.inc line 308) is declared as array of Cardinal. It means that on 64-bit platforms it will consist of QWord's. No, cardinal is 32 bits on a 64 bits platform too. Vincent ___ fpc-devel maillist

Re: [fpc-devel] Issue with TBits.OpenBit

2008-05-23 Thread Graeme Geldenhuys
Vincent Snijders wrote: Sergei Gorelkin schreef: 1) Typing: TBitArray (classesh.inc line 308) is declared as array of Cardinal. It means that on 64-bit platforms it will consist of QWord's. No, cardinal is 32 bits on a 64 bits platform too. Is it??? Free Pascal documentation - Chapter 3

Re: [fpc-devel] Issue with TBits.OpenBit

2008-05-23 Thread Michael Van Canneyt
On Fri, 23 May 2008, Graeme Geldenhuys wrote: Vincent Snijders wrote: Sergei Gorelkin schreef: 1) Typing: TBitArray (classesh.inc line 308) is declared as array of Cardinal. It means that on 64-bit platforms it will consist of QWord's. No, cardinal is 32 bits on a 64 bits

Re: [fpc-devel] Issue with TBits.OpenBit

2008-05-23 Thread Sergei Gorelkin
Michael Van Canneyt wrote: On Fri, 23 May 2008, Graeme Geldenhuys wrote: Vincent Snijders wrote: Sergei Gorelkin schreef: 1) Typing: TBitArray (classesh.inc line 308) is declared as array of Cardinal. It means that on 64-bit platforms it will consist of QWord's. No, cardinal is 32 bits on