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: > > http://www.freepascal.org/docs-html/re

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

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

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 (Ty

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