Instructions

130IDE
© 2013 Conrad Electronic
3.1 Projects
Every program for the C-Control Pro Module is configured through a project. The project states which
source files and libraries are being utilized. Also the settings of the Compiler are noted. A project
consists of the project file with the extension ".cprj" and the appropriate source files.
3.1.1 Create Projects
In the menu Project the dialog box Create Project can be opened by use of item New. Here a project
name is issued for the project. Then the project is created in the sidebar.
It is not necessary to decide in advance whether a CompactC or a BASIC project will be created.
In a project CompactC or BASIC files can be arranged combined as project files in order to create a
program. The source text files in a project will determine which programming language will be used.
Files with the extension “*.cc“ will run in a CompactC context while files with the extension *.cbas“
are translated into BASIC.
3.1.2 Compile Projects