Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/23/06 10:34
Read: times


 
#112857 - error message
Responding to: ???'s previous message
TEST2.C(12): error C141: syntax error near 'sbit'
TEST2.C(12): error C202: 'flag_ov': undefined identifier

i have declared bdata type as global and i tried to define a variable that can access a bit in the variable defined by bdata.
i used the expression,
sbit flag_ov = flag^0;
i have defined it as per the datasheet specification.

i apologise to you Neil for addressing like that.i won't repeat it.i think you will help me for solving this problem.

thanking you,
sanoop

List of 12 messages in thread
TopicAuthorDate
c programming            01/01/70 00:00      
   Read the C51 user's guide            01/01/70 00:00      
      rtfm            01/01/70 00:00      
         embdd c programming            01/01/70 00:00      
            What else would it do?            01/01/70 00:00      
               Andy, why did you answer            01/01/70 00:00      
                  forgiven            01/01/70 00:00      
   bit data type            01/01/70 00:00      
      Read the error message carefullly            01/01/70 00:00      
      error message            01/01/70 00:00      
         Not too helpful            01/01/70 00:00      
            You seem not to have            01/01/70 00:00      

Back to Subject List