Error directive : Must use STDCOMP.H
This error come out when I try to link various .cpp files and a .h file with borland 5.5
any help ???
ron_e 0 Newbie Poster
Recommended Answers
Jump to Postvc++ 2010 Express and Code::Blocks are both good, free compilers and IDEs.
Jump to PostOne way that will happen is if you declare some object in a *.h (header) file then include that file in two or more *.c or *.cpp files. You have to use the extern keyword in the header file to prevent that, then you will have to declare it again …
All 6 Replies
Moschops 683 Practically a Master Poster Featured Poster
ron_e 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Schol-R-LEA 1,446 Commie Mutant Traitor Featured Poster
ron_e 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.