Good day to you.
I have suggestion about projects in Dev-C++.
It would be nice to create something like MS VisualStudio workspaces to hold couple of projects together. Sometimes it would be very usefull.
And thank you for your hard work.
I used the original Dev-Cpp IDE many years ago but moved to another with the ability to open and compile more than one project. This ability would be a big improvement. It would allow Dev-Cpp to handle bigger applications consisting of more than one project. This is probably not a trivial change, but it would certainly improve the usability of Dev-Cpp.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Although not exactly the same, this might be able to be simulated using multiple build targets.
As far as I can tell, Dev-C++ does not have support for either way of having multiple buildable items at once.
I used the original Dev-Cpp IDE many years ago but moved to another with the ability to open and compile more than one project. This ability would be a big improvement. It would allow Dev-Cpp to handle bigger applications consisting of more than one project. This is probably not a trivial change, but it would certainly improve the usability of Dev-Cpp.