Click here to Skip to main content
15,911,711 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Identities in Outlook Express Pin
ThatsAlok20-Nov-05 22:00
ThatsAlok20-Nov-05 22:00 
QuestionRe: Identities in Outlook Express Pin
rajeevktripathi20-Nov-05 23:43
rajeevktripathi20-Nov-05 23:43 
QuestionSticky keys Pin
FlyingDancer20-Nov-05 18:38
FlyingDancer20-Nov-05 18:38 
AnswerRe: Sticky keys Pin
Owner drawn20-Nov-05 19:47
Owner drawn20-Nov-05 19:47 
GeneralRe: Sticky keys Pin
FlyingDancer21-Nov-05 0:25
FlyingDancer21-Nov-05 0:25 
GeneralRe: Sticky keys Pin
Owner drawn21-Nov-05 0:42
Owner drawn21-Nov-05 0:42 
GeneralRe: Sticky keys Pin
FlyingDancer21-Nov-05 3:13
FlyingDancer21-Nov-05 3:13 
QuestionCompile problem Pin
CoolASL20-Nov-05 18:33
CoolASL20-Nov-05 18:33 
Hi all Smile | :) ,
Please help me out with this one.
I have made a Dialog-based app (MyDialog). I added a class of my own(MyClass) to this application.
MyDialog uses MyClass. So i did a #include "MyClass.h" in MyDialog.cpp
Later on i realised that MyClass requires MyDialog class. So i did a #include "MyDialog.h" in MyClass.cpp.
Now when i compile, i get an "Undelcared Identifier" error at:
enum {IDD = IDC_MY_DIALOG};
Sigh | :sigh:

I tried changing the locations of the #include to all possible places (including StdAfx.h).
Please help me out everyone. Am i missing anything???? How should i include the headers when two files are interdependent.Confused | :confused:

Thanks in advance!


*** Who said nothing is impossible? I have been doing it since a long time ***

AnswerRe: Compile problem Pin
kakan20-Nov-05 20:40
professionalkakan20-Nov-05 20:40 
GeneralRe: Compile problem Pin
CoolASL20-Nov-05 21:50
CoolASL20-Nov-05 21:50 
GeneralRe: Compile problem Pin
kakan20-Nov-05 23:59
professionalkakan20-Nov-05 23:59 
GeneralRe: Compile problem Pin
CoolASL21-Nov-05 0:03
CoolASL21-Nov-05 0:03 
GeneralRe: Compile problem Pin
kakan21-Nov-05 0:20
professionalkakan21-Nov-05 0:20 
GeneralRe: Compile problem Pin
CoolASL21-Nov-05 18:16
CoolASL21-Nov-05 18:16 
GeneralRe: Compile problem Pin
kakan21-Nov-05 19:15
professionalkakan21-Nov-05 19:15 
AnswerRe: Compile problem Pin
Cool Ju20-Nov-05 22:43
Cool Ju20-Nov-05 22:43 
GeneralRe: Compile problem Pin
CoolASL20-Nov-05 23:21
CoolASL20-Nov-05 23:21 
GeneralRe: Compile problem Pin
Cool Ju20-Nov-05 23:33
Cool Ju20-Nov-05 23:33 
GeneralRe: Compile problem Pin
CoolASL20-Nov-05 23:41
CoolASL20-Nov-05 23:41 
GeneralRe: Compile problem Pin
CoolASL21-Nov-05 18:19
CoolASL21-Nov-05 18:19 
AnswerRe: Compile problem Pin
karle21-Nov-05 9:31
karle21-Nov-05 9:31 
GeneralRe: Compile problem Pin
CoolASL21-Nov-05 18:23
CoolASL21-Nov-05 18:23 
QuestionDLL Problem, Linker error. Need Help?? Pin
Owner drawn20-Nov-05 17:58
Owner drawn20-Nov-05 17:58 
AnswerRe: DLL Problem, Linker error. Need Help?? Pin
Cool Ju20-Nov-05 20:09
Cool Ju20-Nov-05 20:09 
GeneralRe: DLL Problem, Linker error. Need Help?? Pin
Owner drawn20-Nov-05 20:41
Owner drawn20-Nov-05 20:41 

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.