What about:
- Compiling everything in C++'s C subset and get that working, and
- Implementing a set of facades leaving the c/c++ C code unaltered?
Why is "translation into C++ mandatory"? You can wrap the C code without the pain of converting it into huge classes and so on.
