A project team is a tool for creating multiple projects. You can choose everything to build everything, to create them all.
You can run several from the debugger if it is a program, and the rest are DLLs that are used by the program.
Several programs cannot be started / debugged simultaneously.
Although you can use the program as a DLL, I'm not sure if the IDE can handle this. In this case, you can use the main procedure, which is called only the main program. Then you should export this main proc. Create an additional exe project that calls all from different threads. I have not tested this. And this is a hack, but it probably can work.
But why do you want to run / debug multiple applications at the same time?
Toon krijthe
source share