Invalid Expression

I get an Invalid Expression error on line 1 of my code whenever I try to compile it.

This happens whether line 1 is a #use statement, a comment, or even a blank line.

Why in the world is Dynamic C telling me that a blank line, or a comment, is an invalid expression?

The Dynamic C compiler has some shortcommmings. Sometimes when it detects an error in your code, it will not show the correct line number of the error, instead showing line 1. So in short there is somewhere in your code a error, not on line 1.

For that matter sometime (or mostly in my experience) it references the wrong library having the error.

Good luck hunting :frowning: