U
U
Ulyan Romanov2015-02-12 23:04:11
Microsoft
Ulyan Romanov, 2015-02-12 23:04:11

How to run a project from MVS in Dev C++?

At home MVS 2013, at school Dev C++ 4.9.9.2
How to keep projects compatible?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vinatorul, 2015-02-12
@Vinatorul

The fact is that the project files of these two IDEs are incompatible.
You can try putting two project files next to the sources, one from VS 2013, the other from DevC++.
But you will most likely run into the following problems:
1) MVS 2013 and DevC++ probably use different compilers, so for example the VisualC++ "features" will not be available when compiled with g++ (which is most likely used by DevC++).
2) When adding a file to one project, renaming a file, etc. in another project, you will have to do the same, which is not very convenient.
It is better, of course, to use the same IDE everywhere.

L
Lolshto, 2015-02-12
@Lol4t0

Use some cross-platform build system, cmake, for example

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question