This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Basic GEL file help needed

Other Parts Discussed in Thread: CCSTUDIO

Hi,

I would like to start using GEL files. However, I am having trouble getting a GEL file to load.

I created a two line simple test file:

GEL_OpenWindow("My GEL Output");
GEL_TextOut("Simple GEL file works.\n");

Saved the file as: "Test.gel" and tried to load it using "File -> Load GEL ...) in CCS ver. 3.3

The load falis with the following error message:

GEL: Error loading file 'C:\CCStudio_v3.3\MyProjects\Test.gel': line 3: unexpected token: "My GEL Output"

I must be missing a basic step, could someone please let me know what I have missed?

Thanks,

Steve