Migration from a V7 Product to V8

The step from RXF C++ V7.xx to V8.xx is usually easy to take. But it is important to first read and know What’s new in V8 (like dropped support for CMSIS 1 RTOS and a required C++11 Compiler). Also you should first review the restrictions.

The cleaner your UML model is, the easier the migration will be. If you used a lot of overridden properties to influence code generation or access RXF specifics in your user code, it will require more actions to adapt your model to the new RXF.

The most important changes are related to the profiles that come with the RXF:

Follow these steps carefully to migration from RXF C++ V7.x to V8.x: