From: "J.E." Newsgroups: comp.os.msdos.djgpp Subject: Why doesn't it recquire DPMI server? Date: Mon, 01 Sep 1997 13:16:38 -0500 Organization: Bell Network Solutions Lines: 26 Message-ID: <340B0686.5632@voyageur.ca> Reply-To: cellis AT voyageur DOT ca NNTP-Posting-Host: 207.236.8.9 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I just wrote and compiled the following program with DJGPP: ----------------------------------------------------------------------- #include #include int main() { char pause[2]; clrscr(); printf("Hello World"); gets(pause); return 0; } ------------------------------------------------------------------------ After exiting to DOS from Win95 (exiting to DOS, not the DOS box) I ran this program without first loading dpmi server, and it ran fine. Why is this? Shouldn't this executable need a dpmi server under DOS, or does it only need this if I make use of 32-bit functions? Thanks in advance for your time and help:-) Jordan Ellis "All hail Dj!"