Date: Mon, 29 Jun 1998 09:06:55 +0300 (IDT) From: Eli Zaretskii To: Archee/CoNTRACT cc: djgpp AT delorie DOT com Subject: Re: RHIDE exec ?MAKE.EXE ? In-Reply-To: <3596A945.91B22F06@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 28 Jun 1998, Archee/CoNTRACT wrote: > How can I get RHIDE to execute program without exiting from RHIDE ? > ?MAKE.EXE is the maintance utility (maker) of another C compiller. If that make.exe is a 16-bit DPMI program, like what Borland supplies, then you can't: the DPMI spec explicitly forbids to mix 16-bit and 32-bit DPMI programs in the same session, and DJGPP programs are 32-bit DPMI programs.