Hi All, I am using C51. I am getting an error "C132: Not in Formal Parameter list" to the main() function. also getting same error to the structures defined. please can anybody tell me why this is happaning? I am not able to resolve this error! thanking in advance! regards, Kiran
Did you try looking this up in the Manual? http://www.keil.com/support/man/docs/c51/c51_c132.htm It looks like it has to do with the old K&R style of function definitions - do you have a good reason to do that, rather than ANSI style? Further than that, it is impossible to say without seeing your actual code. Read the instructions (3rd bullet point above the 'Message' window when you post), and use copy-and-post - do not re-type yuor code!