User guide

Standalone C - Hello World
CoMET Version 5.9 – Tutorial 19
Executing the Compiled Project
When the project is successfully built, you can execute it, or simulate it. The Simulate
command runs the active project. See the previous section for details on activating a project.
To execute the project:
Choose Workspace/Simulate or click the tool bar Simulate button:
The Output window, Software tab shows the result:
Key Points
Access to projects and files is achieved by navigating in the Workspace window
Right click on projects, configurations and files to see context menus listing available
functions
New source files must be explicitly added to a project
Build configurations are listed under each project in the Workspace window
The Build command builds the active project, in the active build configuration
The Simulate command executes the active project