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