• error c129: missing ';' before 'rs'
    #include<reg51.h> // LCD Pin Definitions // Sbit rs = P3^6; Sbit rw = P3^5; Sbit en = P3^4; #define dataport P2 ////////////////////// // PIR SENSOR INPUT // Sbit pir = P1^0; //////////////...
  • error C129 : missing ";" before xdata
    I'm converting some C code from Archimedies to Keil version 7.0 and I don't know why this error C129 is popping up. I thought is was because in Archimedies xdata came before uchar so I switched around...
  • error c129: missing ';' before 'rs'
    #include<reg51.h> // LCD Pin Definitions // Sbit rs = P3^6; Sbit rw = P3^5; Sbit en = P3^4; #define dataport P2 ////////////////////// // PIR SENSOR INPUT // Sbit pir = P1^0; //////////////...
  • error C129 : missing ";" before xdata
    I'm converting some C code from Archimedies to Keil version 7.0 and I don't know why this error C129 is popping up. I thought is was because in Archimedies xdata came before uchar so I switched around...
  • Error C129: Missing ";" before (class name)
    Hi. I am getting the C129 error. It is a bit odd b/c it is telling me that i need a ";" before the class name i declared "class Sched {". There is no code before this class declaration; it is at the...