Instructions

131 C-Control Pro IDE
© 2013 Conrad Electronic
In menu Project the current project can be translated by the Compiler by use of Compile (F9). The
Compiler messages are displayed in a separate window section. If errors arise during compilation
then one error will be described per line. The form is:
File Name(Line,Column): Error Description
The error positions can be found in the source text by use of commands Next Error (F11) or Previous
Error (Shift-F11). Both commands are found in menu item Project. Alternative the cursor can in the
Editor be placed onto the error position by use of a double mouse click on the Compilers error mes-
sage.
After successful compilation the Byte Code will be filed in the project list as file with the extension
"*.bc".
By a right mouse click in the area of the compiler messages the following actions can be initiated:
delete will delete the list of compiler messages
copy to clipboard will copy all text messages onto the clipboard
3.1.3 Project Management
A right mouse click on the newly created project in the sidebar will open a pop-up menu with the fol-
lowing options:
Newly Add – A new file will be set up and simultaneously an editor window will be opened.
Add An existing file will be attached to the project.
Rename The name of the project will be changed (This is not necessarily the name of the project
file).
Compile The compiler for the project is started.
Options The project options can be changed.
Adding of Project Files
When clicking Add project file the file Open Dialog will appear. Here the files to be added to the pro-
ject can be selected. Any number of files can be selected.
Alternative by use of Drag&Drop files from the Windows Explorer can be transferred into the project
management.