Hi Kuba,
Some answers to your questions:
Q: Does the application have to be started from the IDE, in order to comunicate changes between the runtime and the IDE?
A: No, there is no communication with the IDE. The RCC++ library spawns a process to run a compile then loads the dll.
Q: Is the workflow limited to specific IDEs (VS on Windows and CDT on Linux)? I'm using Code::Blocks on Linux
A: No, the workflow isn't limited to a specific IDE. However it is limited to the compilers implemented in the RuntimeCompiler - gcc on Linux at the moment (Clang++ would be trivial to add).
As to your code not updating properly, the output you show looks nothing like that from the sample - are you sure you're running the ConsoleExample code or is this a project based on that? I would first start with the example, get that to work, then progress from there.
Cheers,
Doug.
ps: I'm on European time so answers will likely be delayed as it's getting late here.