Click here to Skip to main content
15,907,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to Configure Windows Update Pin
David Crow10-Oct-05 4:30
David Crow10-Oct-05 4:30 
AnswerRe: How to Configure Windows Update Pin
Girish60110-Oct-05 5:00
Girish60110-Oct-05 5:00 
QuestionClass not visible Pin
billiam9046-Oct-05 23:27
billiam9046-Oct-05 23:27 
AnswerRe: Class not visible Pin
Colonel Walter E. Kurtz6-Oct-05 23:42
Colonel Walter E. Kurtz6-Oct-05 23:42 
GeneralRe: Class not visible Pin
billiam9047-Oct-05 0:17
billiam9047-Oct-05 0:17 
AnswerRe: Class not visible Pin
toxcct7-Oct-05 0:28
toxcct7-Oct-05 0:28 
GeneralRe: Class not visible Pin
Anonymous7-Oct-05 3:13
Anonymous7-Oct-05 3:13 
GeneralRe: Class not visible Pin
Colonel Walter E. Kurtz7-Oct-05 0:35
Colonel Walter E. Kurtz7-Oct-05 0:35 
Maybe there is a conflict between some #define directives

#ifndef DONT_INCLUDE_TWICE
#define DONT_INCLUDE_TWICE

class Class1
{

};

#endif


#ifndef DONT_INCLUDE_TWICE
#define DONT_INCLUDE_TWICE

class Class2
{

};

#endif

If DONT_INCLUDE_TWICE is already defined, the definition of Class2 will be skipped.

Maybe you can post your header files here...

Horror and moral terror are your friends. If they are not then they are enemies to be feared.
GeneralRe: Class not visible Pin
toxcct7-Oct-05 1:28
toxcct7-Oct-05 1:28 
GeneralRe: Class not visible Pin
David Crow7-Oct-05 3:37
David Crow7-Oct-05 3:37 
GeneralRe: Class not visible Pin
Bill Dennis7-Oct-05 4:54
sussBill Dennis7-Oct-05 4:54 
GeneralRe: Class not visible Pin
David Crow7-Oct-05 5:17
David Crow7-Oct-05 5:17 
AnswerRe: Class not visible Pin
David Crow7-Oct-05 3:43
David Crow7-Oct-05 3:43 
GeneralRe: Class not visible Pin
Anonymous7-Oct-05 4:41
Anonymous7-Oct-05 4:41 
GeneralRe: Class not visible Pin
Anonymous7-Oct-05 4:43
Anonymous7-Oct-05 4:43 
GeneralRe: Class not visible Pin
Jose Lamas Rios7-Oct-05 5:00
Jose Lamas Rios7-Oct-05 5:00 
GeneralRe: Class not visible Pin
Anonymous7-Oct-05 5:11
Anonymous7-Oct-05 5:11 
GeneralRe: Class not visible Pin
Jose Lamas Rios7-Oct-05 5:23
Jose Lamas Rios7-Oct-05 5:23 
QuestionSend mail from apps: different ways... Pin
SonOfGrey6-Oct-05 23:22
SonOfGrey6-Oct-05 23:22 
QuestionKey Entry Pin
Mike Winter6-Oct-05 22:43
Mike Winter6-Oct-05 22:43 
AnswerRe: Key Entry Pin
khan++6-Oct-05 23:54
khan++6-Oct-05 23:54 
GeneralRe: Key Entry Pin
Mike Winter7-Oct-05 0:44
Mike Winter7-Oct-05 0:44 
QuestionOPC Pin
Marc Soleda6-Oct-05 22:32
Marc Soleda6-Oct-05 22:32 
AnswerRe: OPC Pin
Blake V. Miller8-Oct-05 15:12
Blake V. Miller8-Oct-05 15:12 
GeneralRe: OPC Pin
Marc Soleda9-Oct-05 20:27
Marc Soleda9-Oct-05 20:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.