Running C++ applications from UML development models

UML development models are semantically rich and contain all the necessary information to generate their corresponding applications. After you generate and compile the code from a model, you can run the resulting executable file.

Before you begin

You can run the code generated from a UML development model for several purposes:

You must build the model project to create the executable file.

About this task

To run a generated C++ application, in the Project Explorer view, in the CPP project folder, right-click the EXE file; then click Run As > UML Capsule C/C++ application. The application runs in the Console view.

Feedback