News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

What are these ??

Started by cool_dude_1797, September 25, 2009, 06:33:53 AM

Previous topic - Next topic

cool_dude_1797

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.

Stefan Pendl

Without the code no one knows.
---
Stefan

Proud member of the UltraDefrag Development Team

intuitas

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