Additional Source Code Files in C/C++ Application¶
The C/C++ application can be split into any number of header and source files, as long as they are assembled via #include
directives into one of the auto-generated .c files: <application name>_shell.c or <application_name>_app.c. In V2.3 this is to be done manually.
Copy the files to the project’s source folder. You might have to compile or change the tabs to update the file list in the Automation Builder.
Right-click the project’s source folder, select
and use the dialog.- ⇒
A copy of the selected files is placed in the project’s source folder.
Delete the files from the project’s source folder. You might have to compile or change the tabs to update the file list in the Automation Builder.
Right-click the file and select
.
Integration of additional source code into C/C++ application.