|
Re: C18 v2.4 -- Syntax error where there is no syntax error
One trick you can try is adding:
#ifdef NEVER
:
.
#endif
around chunks of your code and recompile. When I'm totally lost on how to isolate the issue this allows me to remove chunks of code from being compiled. If the problem still exists, I add the above to still more code.
Bud
|