I have many small applications which are controlled by our own RTOS. Is it possible to have many projects within the same uV2 complete project? TIA
Since you are running at least one external (non-IDE) tool anyway, consider using a make tool to manage the whole thing -- invoking the compiler/linker for the multiple projects, then invoking the Win32 app.
This is dead easy if you forget windows. I have a batchfile that generates several different builds in one go. If you want a copy let me know, no trade secret will be revealed Erik