Updated: October 28, 2024 |
To use the QNX Momentics IDE to write applications targeted for QNX Neutrino systems, you must define projects, which are containers that store your source code, configuration files, and binary files.
The IDE contains wizards for creating projects based on programming language and whether you're writing an application or library. In this guide, we focus mostly on QNX projects, which support C or C++ programs on multiple processors, with standard or recursive makefiles. You can create non-QNX projects that are supported by the Eclipse platform; see Creating a non-QNX project for details.
These steps are explained in the sections that follow, which demonstrate how to develop and run a Hello World application. We don't provide an example of developing a library project, but you can follow steps 1 through 4 to do this.