• Getting Error c141: Syntax Error near 'void'
    I am getting an error for void main() function.. Please help me. I am using AT89C51.
  • Compiling Error C:141 near 'void'
    Compiling Error C:141 syntax error near 'void' Please help me to compile this file. Need to create a Hex code of it finally. Also it seems a bigger fie and cannot be compiled with free versin ...
  • TOGGLE.C(10): error C141: syntax error near '}'
    i am facing error C141: syntax error near '}' my program is given below: #include<reg51.h> void main ( ) { int x; while (1) { P1 = 0x00 ; for (x=0 ; x<=5000 ; x++) P1 = 0xFF ; for (x=0 ; x...
  • error C141: syntax error near 'stTimeStr'
    hi there, i have struct with the problem.I'm writing a code for DS12887,And typedef two structures in the header file.It is normal before writing a function. But now the error C141. I am more confused...