Dev-C++: Difference between revisions

634 bytes added ,  14 years ago
Added mini-tutorial on changing compiler options.
[unchecked revision][unchecked revision]
m (Dev-C PlusPlus moved to Dev-C++)
(Added mini-tutorial on changing compiler options.)
Line 4:
 
Unfortunately, the last update to Dev-C++ was made in 2005.
 
==Using Cygwin with Dev-C++==
As mentioned above, it is possible to use a "real" (non minimalist) gcc compiler with Dev-C++ by using Cygwin. To do this, one has to edit some of the settings of the IDE.
Procedure:
*1. Start Dev-C++ (That much should be obvious).
*2. Go to Tools->Compiler Options:
*3. Go to the Directories Tab, then add the appropriate Cygwin paths.
*4. You can use a custom makefile by going Project->Project Options->Select the Makefile Tab and replacing the makefile.
 
A more detailed, and illustrated tutorial is found at [http://forums.qj.net/guides-psp-development/55782-dev-c-w-working-cygwin-tutorial.html]
 
 
==See Also==
Anonymous user