I believe it is possible but why would you want to do it? DJGPP is a port of GNU C//C++ as is MinGW which comes with Dev-C++. The benefit of using MinGW is that it can compile Windows programs.
BlakJak :]
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anyone know if it is possible to set Dev-C++ to use DJGPP as a compiler, and if so how?
I believe it is possible but why would you want to do it? DJGPP is a port of GNU C//C++ as is MinGW which comes with Dev-C++. The benefit of using MinGW is that it can compile Windows programs.
BlakJak :]
djgpp is a DOS type compiler. If you want to go that route, have you tried one of the IDE's that you can get with djgpp?
Wayne