Hey Guys ,
What are do the following mean :
warning #2099: Missing type specifier; assuming 'int'.
error #2001: Syntax error: expected ';' but found 'Const'
warning #2099: Missing type specifier; assuming 'int'.
error #2156: Unrecognized declaration.
Without the code no one knows.
Hi I got 2099 error when I accidentally typed in main(void) isntead of int main(void) and it looks as if somewhere you have left out a ; to end a statement - where if it was there it is followed by the name of a constant you have defined perhaps.
Lol I seem to be constantly putting in typographic errors and getting similar error reports - thankfully at the moment most of my programs are short.
Regards,
Paul