Discussion:
VB6 & File Over 2 GB
(too old to reply)
Simone Chifari
2003-10-11 21:38:12 UTC
Permalink
I use Get #1,,Buffer() to read a file but its dosen't work with file over 2
GB.

Can anyone help me?
the Wiz
2003-10-12 01:21:20 UTC
Permalink
Post by Simone Chifari
I use Get #1,,Buffer() to read a file but its dosen't work with file over 2
GB.
Can anyone help me?
Which OS are you running? Maximum file size is limited by what the OS supports.

More about me: http://www.jecarter.com/
VB3/VB6/NSBasic Palm/C/PowerBasic source code: http://www.jecarter.com/programs.html
Drivers for Pablo graphics tablet and JamCam cameras: http://home.earthlink.net/~mwbt/
johnecarter ***@at mindspring dot.dot com. Fix the obvious to reply by email.
Simone Chifari
2003-10-12 07:48:12 UTC
Permalink
i have resolved thanks
Post by the Wiz
Post by Simone Chifari
I use Get #1,,Buffer() to read a file but its dosen't work with file over 2
GB.
Can anyone help me?
Which OS are you running? Maximum file size is limited by what the OS supports.
More about me: http://www.jecarter.com/
http://www.jecarter.com/programs.html
http://home.earthlink.net/~mwbt/
k_zeon
2003-10-12 11:05:03 UTC
Permalink
How did you over come the 2Gb limit.?


k_zeon
Post by Simone Chifari
i have resolved thanks
Post by the Wiz
Post by Simone Chifari
I use Get #1,,Buffer() to read a file but its dosen't work with file
over
Post by Simone Chifari
2
Post by the Wiz
Post by Simone Chifari
GB.
Can anyone help me?
Which OS are you running? Maximum file size is limited by what the OS
supports.
Post by the Wiz
More about me: http://www.jecarter.com/
http://www.jecarter.com/programs.html
http://home.earthlink.net/~mwbt/
email.
Andre Herbst
2003-11-02 08:08:54 UTC
Permalink
Post by k_zeon
How did you over come the 2Gb limit.?
Thats easy. If you record from a video source (like tv-card). I used win98se
to record a film uncompressed. The file was bigger, than 2GB but I wasn't
able to read the file with any program.
The space used by the file on the harddisk was correct.


So if you recorded video or something find a program, which splits files
automatically at a specific size.
k_zeon
2003-11-02 11:14:44 UTC
Permalink
Thanks for the reply, but I meant how to over come files bigger than 2Gb
when programming in Visual Basic.

ie. I want to create a program myself that can handle files bigger than 2Gb.

k_zeon
Post by Andre Herbst
Post by k_zeon
How did you over come the 2Gb limit.?
Thats easy. If you record from a video source (like tv-card). I used win98se
to record a film uncompressed. The file was bigger, than 2GB but I wasn't
able to read the file with any program.
The space used by the file on the harddisk was correct.
So if you recorded video or something find a program, which splits files
automatically at a specific size.
Andre Herbst
2003-11-02 11:29:23 UTC
Permalink
Post by k_zeon
Thanks for the reply, but I meant how to over come files bigger than
2Gb when programming in Visual Basic.
ie. I want to create a program myself that can handle files bigger than 2Gb.
the filesystem fat32 does not support bigger files. You wont be able to read
files bigger than 2GB in fat32. The only way to read files bigger than 2GB
is to create them in ntfs filesystem.

Continue reading on narkive:
Loading...