• 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 ' 0 '
    error C129 : missing ";" before '0' anyone help me figure it out please it be much appreciated as per i am new to this thank you and have a nice dau to all ORG 0h Coma EQU 30H UNIT EQU 31h Dozens...
  • 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 ' 0 '
    error C129 : missing ";" before '0' anyone help me figure it out please it be much appreciated as per i am new to this thank you and have a nice dau to all ORG 0h Coma EQU 30H UNIT EQU 31h Dozens...
  • 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...