More - Read File at > 2GB Problem

Howard Bornstein howard.bornstein at gmail.com
Wed May 23 10:05:14 EDT 2007


I have what I think is a related problem. I've written a simple file-joiner
program that joins file segments together. I've run into a problem where it
chokes on joining files when the total file size is about 2 GB. I'm simply
reading in the segments and writing them out consecutively to a single file.
Is Rev completely unable to deal with files greater than about 2 GB?

On 5/16/07, Dave <dave at looktowindward.com> wrote:

> Hi,
>
> I have a File that is greater than 2GB in size. I am using:
>
> read from file theFile at myFilePosition for myCount
> put it into myFileData
>
> It all works fine until myFilePosition is greater than 2GB. Is there
> a limit on the file position inside a file?
>
> I Calculate the value for myFilePosition based on number of factors.
>
> Thanks a lot
> All the Best
> Dave


-- 
Regards,

Howard Bornstein
-----------------------
www.designeq.com



More information about the use-livecode mailing list