J
J
John_Berden2018-08-23 12:02:14
C++ / C#
John_Berden, 2018-08-23 12:02:14

Is it possible to embed a compiler in Dev-C++?

Hello.
Is it possible to embed a third-party compiler into the Dev-C development environment?
For example, can I embed a new version of MinGW W64 into Dev-C?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Mirilaczvili, 2018-08-23
@2ord

The orwelldevcpp fork at https://sourceforge.net/projects/orwelldevcpp/ can be found with the TDM-GCC 4.9.2 32/64bit compiler (release 2015). In the same place and source codes of the environment of development.
If I'm not mistaken, Dev-C++ is an add-on for invoking the console compiler. So if you dig deeper, you can.

T
Transgressor, 2018-08-31
@Transgressor

Menu items - Tools->Compiler Options - add the set of compilers you need, each with its own settings. It is fashionable to specify the required compiler for the project. Though CLang.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question