Results 1 to 40 of 64

Thread: VB6 - Huge (>2GB) File I/O Class

Threaded View

  1. #11

    Thread Starter
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: VB6 - Huge (>2GB) File I/O Class

    I'm not sure what code you're using. This thread is about the code in attachments to posts #1 and #12. The rest are hitchikers here.

    SeekAbsolute from post#1 only takes one argument so your:
    Code:
    F.SeekAbsolute 0, xlenRec * DStartRecord
    is incorrect since it is trying to pass two values.

    The Position argument is Currency, not Long. Your problem is that you have used a Long expression.

    However SeekRelative does take a Long argument, because that's all Windows supports for relative seeks.
    Last edited by dilettante; Oct 12th, 2011 at 09:24 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width