From: Joe Wright Newsgroups: comp.os.msdos.djgpp Subject: Re: Running under 95 Date: Tue, 19 Nov 1996 15:48:10 -0500 Organization: Exis Net Inc Lines: 32 Message-ID: <32921D0A.5290@exis.net> References: <56neg4$oq0 AT newshost DOT cyberramp DOT net> <32903B79 DOT 61E0 AT Mathematik DOT tu-chemnitz DOT de> <329207DF DOT 8CF AT spy DOT isp DOT nsc DOT ru> <3291A591 DOT 6E2E AT Mathematik DOT tu-chemnitz DOT de> <3292106B DOT 5659 AT mailhost DOT csusm DOT edu> Reply-To: wrightj AT exis DOT net NNTP-Posting-Host: ppp-3-81.exis.net 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 Charles Pratt wrote: > > Hi > > Djpp newbie I just downloaded the compiler and I am trying to get it to > work under a 95 dos window any suggestion? > > C.Pratt Hi yourself. DJGPP really blazes in a DOS window in Win95. Much faster than under DOS itself. I presume it is because Win95 DPMI services are MUCH better than cwsdpmi. Just a hunch. Simple "hello world" programs take 10 seconds or so to compile under DOS and about a second in a Win95 DOS window. How to get it to work? Install it according to the instructions: Find out which .zip files you need. Put them all into a new directory (C:\DJGPP). From that directory, run 'pkunzip -d *.zip' and it installs itself. Now 'del *.zip'. Now in your autoexec.bat add two lines: PATH=DJGPP\BIN;%PATH% SET DJGPP=C:\DJGPP\DJGPP.ENV Give the three-finger-salute (Ctrl+Alt+Del) and when you get the C:\> prompt again you're in business. Joe Wright