Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!hao!oddjob!gargoyle!ihnp4!dicome!stryker From: stryker@dicome.UUCP (don Stryker) Newsgroups: comp.sys.ibm.pc,comp.lang.c Subject: MS C open file limit on PC Message-ID: <1576@dicome.UUCP> Date: Fri, 18-Sep-87 17:45:25 EDT Article-I.D.: dicome.1576 Posted: Fri Sep 18 17:45:25 1987 Date-Received: Sun, 20-Sep-87 11:43:17 EDT Organization: DICOMED Corporation, Minneapolis, Mn. Lines: 12 Keywords: help! Xref: mnetor comp.sys.ibm.pc:7983 comp.lang.c:4427 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I've run up against a disturbing feature of the Microsoft C compiler for the PC. Microsoft limits an applicaton to 20 open files, 5 of which are taken up by the standard file handles. I can open my files using DOS system calls to bypass the compiler, but I am working with a large existing application, and I cannot (would prefer not to) change all the I/O in this application to use DOS calls. Has anyone else grappled with this one? Is there a way around it? Are you out there, Microsoft? Will the Twins win the Pennant? - Don