Find quick answers to your questions about Ada-C/C++ Changer product
The engine powering Mapusoft's Ada-C/C++ Changer 2.0 Engine has been used on DoD project since the early 2000s. These projects include: - The Navy Multi-band Terminal (NMT), a SATCOM terminal, which t...
Every time that we use the tool to complete a project, we make adaptations to it based on the language constructs used in the source system and the desired target output (including desired coding stan...
It must be self-contained and compilable by an Ada 95 or Ada 83 compiler. If you use third-party libraries which are not part of the Ada standard library, you will need to at least include the Ada sou...
Yes, you can download an evaluation here: www.mapusoft.com/downloads...
Ada-C/C++ Changer is not an Ada to C language syntax converter, which is very inefficient. Ada-C/C++ Changer technology is actually an Ada compiler along with a few command line switches that are used...
This tool uses the same Ada 95 font end that is used by Green Hills, Aonix, Analog Devices and Raytheon for their validated Ada 95 compilers. The C-generating “emitter” is used on daily basis both in-...
There are six components of Ada-C/C++ Changer: AdaCgen - Ada compiler which automatically compiles all user-registered Ada source and generates interim optimized C files, then the compiler will go thr...
AdaChanger is like a compiler. It requires the specs for any package that is withed. It requires the bodies for any generic that is instantiated. It can work on a piece of a program, but that piece mu...
The license is based on the maximum number of lines of code in the code base. There is no extra charge to re-translate the same lines again, nor to translate modified lines. If there are additional li...
You would only need to convert the package bodies in the shared code once. The package specs would be needed for both translations....