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.

  1. 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.

  2. Right-click the project’s source folder, select Add files and use the dialog.

    A copy of the selected files is placed in the project’s source folder.

  1. 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.

  2. Right-click the file and select Delete.

../_images/6fc58d2735f007f50a317f3403da091b

Integration of additional source code into C/C++ application.