2 gig filesize limiation...C++ Builder Version 6.0

Q

quincy451

Ok my OS is windows 2000 professional. My file system is FAT32. NTFS
would be better but I seem to remember this issue being the same on
that file system as well.

I am using win32 function CreateFile(); to open my file. I am using
the win32 function WriteFile(); to write to the file.

The problem I am having is that the filesize seems to be limited to 2
gig. I am growing and growing this file as a sscii log file. But at 2
gig it just stops growing. What might be up???

Thanks,
David
 
V

Victor Bazarov

Ok my OS is windows 2000 professional. My file system is FAT32. NTFS
would be better but I seem to remember this issue being the same on
that file system as well.

I am using win32 function CreateFile(); to open my file. I am using
the win32 function WriteFile(); to write to the file.

The problem I am having is that the filesize seems to be limited to 2
gig. I am growing and growing this file as a sscii log file. But at 2
gig it just stops growing. What might be up???

Only people in the newsgroup for your OS could tell. Try


.. Best of luck!
 
I

Ioannis Vranos

Ok my OS is windows 2000 professional. My file system is FAT32. NTFS
would be better but I seem to remember this issue being the same on
that file system as well.

I am using win32 function CreateFile(); to open my file. I am using
the win32 function WriteFile(); to write to the file.

The problem I am having is that the filesize seems to be limited to 2
gig. I am growing and growing this file as a sscii log file. But at 2
gig it just stops growing. What might be up???


I recently had a discussion in other newsgroups about some problem of
mine. One answer that I got may help you:


http://groups.google.com/groups?hl=...8a086f&seekm=1104405327.821666@athnrd02#link2
 
Q

quincy451

I know the FAT32 filesize limit to be 4gig not 2gig which is what I am
seeing.
So I can not account for that.
 
A

Attila Feher

I know the FAT32 filesize limit to be 4gig not 2gig which is what I am
seeing.
So I can not account for that.

And yet, as Victor has pointed out, this is not the newsgroup to discuss it.
Please ask your question in a forum/newsgroup/support line dedicated to your
compiler or operating system. Thank you!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top