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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/30/04 22:37
Read: times


 
#78464 - You have a Problem!
Responding to: ???'s previous message
Juan Carlos said:
Bartosz Wucke, you got the right answer ... The error I was getting said:
ERRROR L104: MULTIPLE PULBIC DEFINITION

The 'L' indicates that this is a Linker error - not a compiler error.

That almost certainly means that you have data definitions in your header file.
Your header file should contain only extern declarations - otherwise you create another instance of the variable everywhere that you #include the header!
This is not what Bartosz was talking about.

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