X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "FreeDOSfan" Newsgroups: comp.os.msdos.djgpp Subject: Re: HUGE files Date: 19 Aug 2005 00:40:53 -0700 Organization: http://groups.google.com Lines: 14 Message-ID: <1124437253.511200.269850@g47g2000cwa.googlegroups.com> References: <2497d9a205081822355c95a35c AT mail DOT gmail DOT com> NNTP-Posting-Host: 80.218.10.39 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1124437258 21230 127.0.0.1 (19 Aug 2005 07:40:58 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 19 Aug 2005 07:40:58 +0000 (UTC) In-Reply-To: <2497d9a205081822355c95a35c@mail.gmail.com> User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: g47g2000cwa.googlegroups.com; posting-host=80.218.10.39; posting-account=CO1wow0AAACLVBZWCVVLQkiFiAjxROdy To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Matthew Petricone wrote: "Does anyone know how to get the file size on large files? stat64 doesn't seem to exist in gcc or djgpp" File size is limited to 4 GB by the DOS and by the FAT32. Integer is 32 bit unsigned. Using Windworm XP & NTFS ? I have no idea how to get more with DJGPP this way.