Find quick answers to your questions about Ada-Changer product
Probably the best analogy is recompiling the system with a new compiler. Clearly you would have to rerun all your tests, but presuming you translate any Ada unit tests/drivers as well, you should be a...
Ada language, by default, automatically handles various run-time errors that are not handled by the application. It is recommended that the Ada code be first inspected manually or using Ada Inspector ...
If the original code uses Ada tasking, the translated code makes calls on the routines that implement the Ada tasking model. As mentioned above, these are in turn implemented by a layered Ada run-time...
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...
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-...
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...
Yes, you can download an evaluation here: www.mapusoft.com/downloads...
You would only need to convert the package bodies in the shared code once. The package specs would be needed for both translations....
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...
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...