??? 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 |
Topic | Author | Date |
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 |