Date: Tue, 3 Oct 2000 07:51:16 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: diritol cc: djgpp AT delorie DOT com Subject: Re: CAN'T get DJGPP to WORK. HElP? In-Reply-To: <39D8E854.19FCD756@uswest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 2 Oct 2000, diritol wrote: > Since I got rid of the Dev-C++ paths in my autoexec.bat, does this mean > I can not use Dev-C++ anymore? > Is it not possible to have both Dev-C++ and Djgpp at the same time? Dev-C++ is an environment for the Mingw port of GCC, so it isn't suitable for DJGPP-related programming. If you need to compile programs with DJGPP and Mingw in the same session, I recommend doing that in two different DOS boxes. Create two batch files that set PATH (and other environment variables, as appropriate) for each of these environments, and invoke these batch files in each DOS box to set up your environment as you need.