Dev-C++: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
reorganized paragraphs, improvements
not noticed :)
Line 3: Line 3:
Perhaps the greatest feature of Dev-C++ for OSDev purposes is that it can be used with the [[Cygwin]] toolset as well as (or instead of) the MinGW one.
Perhaps the greatest feature of Dev-C++ for OSDev purposes is that it can be used with the [[Cygwin]] toolset as well as (or instead of) the MinGW one.


The last update to Dev-C++ from Bloodshed Software was made in 2005. However, in June 2011 Dev-C++ was forked by [http://orwelldevcpp.blogspot.be/ Orwell] to continue its development and has since that time fixed several bugs and added new features.
The last update to Dev-C++ from Bloodshed Software was made in 2005. However, in June 2011 Dev-C++ was forked by [http://orwelldevcpp.blogspot.be/ Orwell] to continue its development and since that time several bugs were fixed and new features added.


There is also [http://wxdsgn.sourceforge.net/ wxDev-C++], a Dev-C++ fork specifically targetted at users developing with the wxWidgets framework.
There is also [http://wxdsgn.sourceforge.net/ wxDev-C++], a Dev-C++ fork specifically targetted at users developing with the wxWidgets framework.


== Using Cygwin with Dev-C++ ==
== Using Cygwin with Dev-C++ ==
It is possible to use a full (non minimalistic) GCC compiler with Dev-C++ by using Cygwin. To do this, one has to edit settings of the IDE.


It is possible to use a full (not minimalistic) GCC compiler with Dev-C++ by using Cygwin. To do this, you have to edit some settings of the IDE:
Procedure:

# Go to Tools -> Compiler Options.
# Go to Tools -> Compiler Options.
# Go to the Directories Tab, then add the appropriate Cygwin paths.
# Go to the Directories tab, then add the appropriate Cygwin paths.
# You can use a custom Makefile by going to Project -> Project Options -> Select the Makefile Tab and replacing the Makefile.
# You can use a custom Makefile by going to Project -> Project Options, selecting the Makefile tab and replacing the Makefile.


A more detailed and illustrated tutorial can be found at [http://forums.qj.net/guides-psp-development/55782-dev-c-w-working-cygwin-tutorial.html].
A more detailed and illustrated tutorial can be found at [http://forums.qj.net/guides-psp-development/55782-dev-c-w-working-cygwin-tutorial.html].