Quote Originally Posted by aznium
Does this mean I can not write beyond 2gigs?
Thanks
Hi!
Sorry, but I cannot help you with the first problem.

As for the second, it doesn't mean that you can't write more than 2gigs into the file, it only means that you can't write arrays bigger than 2^32 entries.
You are writing the data in chunks, so just seek to the end of file and write chunk of data.