On Sat, 27 Aug 2005, Micha Nelissen wrote:

> On Sat, 27 Aug 2005 22:44:19 +0300
> Razvan Adrian Bogdan <[EMAIL PROTECTED]> wrote:
> 
> > If i'm right i just read today somwhere in FPC docs(forgot where) that
> > FPC really can't use files larger than 2 GB, it was suggested that one
> > should use the OS API (and maybe TFileStream) to work with large
> > files.
> 
> Shouldn't one be able to go to 4GB "easily" by using DWord instead of
> Integer ?

No.
 
> I assume a 64bit filesystem RTL/FCL is on the TODO of the fpc team?

TStream is 64-bit capable. Seek() supports 64-bit offsets.
However, we need to add 64-bit support to FileOpen() in sysutils. 

Michael.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to