Syntax Error??

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
billduck
Posts: 162
Joined: Thu Jul 01, 2010 1:57 am
Has thanked: 23 times
Been thanked: 16 times
Contact:

Syntax Error??

Post by billduck »

Simple program. Declare an integer value of 10. Print it to an LCD
The error is "SyntaxError when Compiling to target.c : 1445 : error : Syntax error"
What is incorrect?
Attachments
SyntaxError when Compiling to target.fcfx
(9.49 KiB) Downloaded 37 times

User avatar
Steve
Matrix Staff
Posts: 3431
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: Syntax Error??

Post by Steve »

I've checked this project with v10 and it compiles without error. Maybe you have outdated library files? In which case, check for library updates in the "help" menu.

I also note that this is a v10 project. You should post problems like this on our new forums as these old forums are not really used anymore.

billduck
Posts: 162
Joined: Thu Jul 01, 2010 1:57 am
Has thanked: 23 times
Been thanked: 16 times
Contact:

Re: Syntax Error??

Post by billduck »

It still did not work.

Thanks so much. I will post there.

Post Reply