Date: Tue, 30 Mar 1999 17:20:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jeff Williams cc: djgpp AT delorie DOT com Subject: Re: Paradox v3.5 under bash In-Reply-To: <199903301424.IAA09363@darwin.sfbr.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 30 Mar 1999, Jeff Williams wrote: > One of the (very) few DOS applications that refuses to run from bash is > Borland Paradox v3.5. I get the Paradox startup screen, then the error > message: > Can't start Paradox: file limit in CONFIG.SYS too low > then the program exits. If Paradox is a 16-bit DPMI application (like many Borland's tools), then it will *never* run under Bash, since the DPMI spec forbids mixing 16- and 32-bit DPMI clients in the same session. The error message might be simply bogus.