Date: Mon, 23 Dec 1996 14:55:56 +0200 (IST) From: Eli Zaretskii To: Elliott Oti cc: djgpp AT delorie DOT com Subject: Re: System & Other DOS Extenders In-Reply-To: <32BE4CA5.7501@stud.warande.ruu.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 23 Dec 1996, Elliott Oti wrote: > While using system() to run external programs I noticed that > trying to run programs using DOS4GW (or any other non-djgpp extender) > resulted in the computer hanging. > Why is this? This doesn't happen with real-mode compilers -- I assume > it's a conflict between extenders. This is due to incompatibility between CWSDPMI and DOS4GW. > My question: how can this unpleasant behaviour be circumvented/avoided? Either compile the external program with DJGPP (if you can get the sources) or use a DPMI host other than CWSDPMI (QDPMI and Windows both work).