NO

Author Topic: What are these ??  (Read 2526 times)

cool_dude_1797

  • Guest
What are these ??
« on: September 25, 2009, 06:33:53 AM »
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.

Offline Stefan Pendl

  • Global Moderator
  • Member
  • *****
  • Posts: 582
    • Homepage
Re: What are these ??
« Reply #1 on: September 25, 2009, 07:28:47 AM »
Without the code no one knows.
---
Stefan

Proud member of the UltraDefrag Development Team

intuitas

  • Guest
Re: What are these ??
« Reply #2 on: October 07, 2009, 05:30:47 PM »
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