Answer the question
In order to leave comments, you need to log in
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question