Mail Archives: djgpp/2000/10/03/01:53:19
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.
- Raw text -