Path: csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: "Farnsworth" Newsgroups: comp.lang.basic.visual.misc Subject: Re: How to handle LARGE UTF-8 file Date: Fri, 9 Mar 2012 13:40:38 -0500 Organization: Aioe.org NNTP Server Lines: 16 Message-ID: References: <29897294.1014.1331222704653.JavaMail.geo-discussion-forums@vblb5> <17156310.66.1331257903071.JavaMail.geo-discussion-forums@vbkc1> NNTP-Posting-Host: 2zkn8lvDl69X1tm9Wtth7A.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-RFC2646: Format=Flowed; Response X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Microsoft Outlook Express 6.00.2900.3028 X-Priority: 3 X-MSMail-Priority: Normal Xref: csiph.com comp.lang.basic.visual.misc:896 Schmidt wrote: > So what I'd do is, search for a helper-class which can > read 7GB-Files (which is using currency-Types for the > FilePositionPointer - there's some of them floating > around in the Web). I forgot that VB won't go beyond 2 GB in files open For Binary mode. One such class I used in the past is CFile.cls in this VB6 source library: http://sourceforge.net/projects/codebox/ It has most API functions for File I/O, and easy to use methods. It's limited to 32-Bit though, but you can easily add extra parameters for the higher 32-Bit.