Date: Thu, 1 Oct 1998 21:18:37 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Winschloss AT aol DOT com cc: djgpp AT delorie DOT com Subject: Re: 101 open files In-Reply-To: <646ac95c.361119e3@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 29 Sep 1998 Winschloss AT aol DOT com wrote: > hello, can I have more than 100 files open in a gcc-compiled program ? Yes, you can (up to 254 files, actually). The latest version of the FAQ (v2/faq211b.zip) explains some of the related subtleties in section 9.6. > I tried to change the c:\config.sys > files=120 (no effect) Please set FILES=255, reboot and see if it helps. If not, please post the shortest program that exhibits the problem, and also tell more about your system setup (which OS? which version?).