X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Martin Stromberg Newsgroups: comp.os.msdos.djgpp Subject: Re: Mumps compiler and C++ tollkit in DJGPP Date: 30 Mar 2004 13:58:05 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 18 Message-ID: References: NNTP-Posting-Host: lws256.emw.erisoft.se User-Agent: tin/1.4.7-20030322 ("Suggestions") (UNIX) (SunOS/5.8 (sun4u)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Kevin O'Kane wrote: ... : The system has been available under Linux for : several years. The Linux configuration of : the code supports 64 bit file addressing which : brings me to a question: is 64 bit addressing : possible and how so using DJGPP on Windows XP? : The present port is limited to 32 bit addressing : (2gb max file size). You can reach 4GB if your file system is FAT32 (or NTFS, I suppose) if you use DJGPP 2.04, but after that it's stop as there are no DOS function defined to handle bigger files. Right, MartinS