Message-ID: <368D69D7.8AB9636D@montana.com> Date: Fri, 01 Jan 1999 17:35:35 -0700 From: bowman X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Yet another question References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com BlackArtGP AT aol DOT com wrote: > > Is DJPP for dos....or windows. DOS, or a DOS box under Windows. > I can see the effects of the program and what it wrote to the screen when i > > exit out of DJGPP though. ??? Assuming you are in a DOS window, and are compiling the usual printf("hello world\n"); thing in foo.c , you should see something like >gcc -o foo.exe foo.c >foo hello world > I can't run it in dos though because I need something in > windows....dpmi crap.....Thanks cwsdpmi is available from where ever you got djgpp, and will provide the protected mode interface for executables produced by any of the pmode tools.