Instructions

403 C-Control Pro IDE
© 2013 Conrad Electronic
FAQ6
6.1 General
1. The spelling check does not function.
Is the spelling check switched on in Options->Editor?
The spelling check does only display spelling errors in the commentaries. The check of any other
area would not make sense.
2. Where can be determined whether the new project is a BASIC or C project?
There is no difference in project type. The source text files in a project determine which program-
ming language is being used. Files with the extension *.cc will run in a CompactC context, Files
with the extension *.cbas will be translated into BASIC. Also C and BASIC can be combined in a
project.
3. I am using an LCD other than the one shipped with the product, but am using the same Controller.
The cursor positions do not work correctly.
The Controller can display 4 lines at 32 characters each. The beginnings of the lines are stored
transposed in memory following the scheme below:
Value of pos (Hex)
Position in the display
00-1f
0-31in the line 1
40-5f
0-31in the line 2
20-3f
0-31in the line 3
60-6f
0-31in the line 4
4. Where are the demo programs located?
The demo programs are installed to "C:\Documents and Settings\All Users\Documents\C-Control
Pro Demos" (XP and earlier) or to "C:\Users\Public\Public Documents\C-Control Pro Demos" dir-
ectory (Vista and later). See Chapter Demo Programs.
5. Can I program the C-Control Pro Module in Linux?
There is no native IDE for Linux, but customer had successfully started the IDE under Wine und
programmed the module in serial mode.
6. Is it possible to develop for C-Control Pro with other Compilers?