Menu

#77 FileStore limited to 2GB file size

open
nobody
None
5
2011-08-30
2011-08-30
Trevor
No

FileStore uses 32 bit file access methods (ftell and fseek) that limit the file size to 2 GB. It appears that this should be able to be increased by using fgetpos/fsetpos, offset type of fpos_t. A side effect of this change is that the header file would only be valid on the same architecture and OS type.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.