Read file bigger than 2 Gb

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Yves

    Read file bigger than 2 Gb

    Hello,
    Is there a way to read files bigger than 2.147 Gb using Visual Basic 5.
    The Get statement accept only a "long" variable as Record Number; is there
    any Windows API enabling the possibility to reab 4 Gb file under W98 (or
    more under Windows XP) ??
    I use already a windows api to get the file size over 2.xxx Gb
    (FindFirstFileA ).
    Thanks for any answer.
    Yves






  • J French

    #2
    Re: Read file bigger than 2 Gb

    Look at SetFilePointer


    On Fri, 8 Aug 2003 18:33:21 +0200, "Yves"
    <yves.martin17. nospam@libertys urf.fr> wrote:
    [color=blue]
    >Hello,
    >Is there a way to read files bigger than 2.147 Gb using Visual Basic 5.
    >The Get statement accept only a "long" variable as Record Number; is there
    >any Windows API enabling the possibility to reab 4 Gb file under W98 (or
    >more under Windows XP) ??
    >I use already a windows api to get the file size over 2.xxx Gb
    >(FindFirstFile A).
    >Thanks for any answer.
    >Yves
    >
    >
    >
    >
    >
    >[/color]

    Comment

    Working...