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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/28/04 20:48
Read: times


 
#78329 - RE: guessing
Responding to: ???'s previous message

guessing that

- main.c has another header file included before timeoff.h, this other header file has something in it that timeoff.h needs, and home.c does not include this other header file, or,

- you are declaring a global data item (constant, variable) in timeoff.h. two includes of timeoff.h in your two c file cause two instantiations of this global data item. that should cause a link error, though, not a compile error.

- might have a typo in the include statement.

james


List of 11 messages in thread
TopicAuthorDate
C Programming Question            01/01/70 00:00      
   RE: C Programming Question            01/01/70 00:00      
   What error??            01/01/70 00:00      
   Preprocessor            01/01/70 00:00      
   RE: guessing            01/01/70 00:00      
   RE: C Programming Question            01/01/70 00:00      
      RE: C Programming Question            01/01/70 00:00      
         You have a Problem!            01/01/70 00:00      
            RE: You have a Problem!            01/01/70 00:00      
               RE: You have a Problem!            01/01/70 00:00      
   RE: C Programming Question            01/01/70 00:00      

Back to Subject List