Message-ID: <009a01bf54ac$66056180$6600a8c0@mars> From: "Johan Henriksson" To: References: <001301c0cf55$abc7ed30$485a5c18 AT guided8e5zu72l> Subject: Re: DJGPP Date: Sun, 2 Jan 2000 00:03:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 x-mimeole: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com > Dear Delorie, Not only DJ gives answers here :) >I purchased the C++ crash course by Stephen R Davis, and though it comes with >your software, how to install it and what versiion of what is for windos is beyond me. I have read >the instructions and I am completely confused as to how to install the thing. >There does not seem to be anything for Windows 2000. >Can you please give me an 1 2 3 approach. what should I do for an install under >98 and 2000. I have dual boot system. I must be able to learn and the CD does >not explain the zip files and for what and to where they go... Or maybe I just >dont get it. could someone there please help me.. DJGPP will only work (properly) under 98. There are other packages looking almost the same but save them until you know what you're doing. 1. Boot 98 2. Create the folder c:\djgpp\ 3. Unzip all zips (with folders) into the directory. You should see the files "merging" into a filestructure 4. Add to c:\autoexec.bat: path c:\djgpp\bin;%path% set djgpp=c:\djgpp\djgpp.env 5. Restart Hm.. Check the FAQ, it probably holds some more info on this.