To: djgpp AT delorie DOT com Subject: Re: DPMI incorporation... Message-ID: <19961225.134311.4743.1.chambersb@juno.com> References: <19961220 DOT 124010 DOT 6919 DOT 6 DOT jesusfreak44 AT juno DOT com> <32BC484E DOT 3563 AT cs DOT com> From: chambersb AT juno DOT com (Benjamin D Chambers) Date: Tue, 24 Dec 1996 16:38:43 EST On Mon, 23 Dec 1996 23:20:10 -0600 "Colin W. Glenn" writes: >On Sat, 21 Dec 1996, John M. Aldrich wrote: >> >> DPMI support is automatically incorporated into every program the >> compiler creates. There is nothing special at all that you need to >do >> to invoke this. Just make sure you have a DPMI host available to >your >> programs and off they run! > >Question! Is it possible to compile programs without DPMI? I'm >looking >to create a series of small utility programs, and I'd rather they load >fast, without the need to load something else to run. > > Load CWSDPMI with the -p option, and it will stay resident. Then nothing but your program will need to load.