POETSII / Orchestrator

The Orchestrator is the configuration and run-time management system for POETS platforms.
1 stars 1 forks source link

Composer (formerly P_Builder): C++98/Borland/Windows compatibility #69

Open heliosfa opened 5 years ago

heliosfa commented 5 years ago

Currently a lot of functionality in P_Builder is walled off behind #ifndef __BORLANDC__ guards.

These need to be removed, but there is a chunk of stuff that needs to be fixed to work cross platform.

Specifically:

heliosfa commented 5 years ago

As discussed in #65

heliosfa commented 3 years ago

Composer is much more cross platform than P_builder was. There are still a couple of foibles, and we need to do testing under Borland.

The call to the cross compiler is one oddity that we have not looked into.

heliosfa commented 3 years ago

For clarity, everything up to and including code generation should work cross platform. This is untested.

This will be addressed in future if time allows.