Click here to Skip to main content
15,919,479 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: multiple selection in a list box Pin
tanvon malik19-Jul-07 3:00
tanvon malik19-Jul-07 3:00 
QuestionProblem in displaying Balloon tool tip in VC++6.0 MFC??? Pin
gloriousgopi19-Jul-07 1:46
gloriousgopi19-Jul-07 1:46 
QuestionDisplay bitmap stored in array on simple button Pin
Ravindra_Joshi18-Jul-07 23:50
Ravindra_Joshi18-Jul-07 23:50 
AnswerRe: Display bitmap stored in array on simple button Pin
John R. Shaw19-Jul-07 1:29
John R. Shaw19-Jul-07 1:29 
AnswerRe: Display bitmap stored in array on simple button Pin
Rage19-Jul-07 1:35
professionalRage19-Jul-07 1:35 
GeneralDisplay bitmap stored in array on simple button Pin
Ravindra_Joshi19-Jul-07 2:08
Ravindra_Joshi19-Jul-07 2:08 
AnswerRe: Display bitmap stored in array on simple button Pin
Mark Salsbery19-Jul-07 5:13
Mark Salsbery19-Jul-07 5:13 
QuestionHow to include Header file in.... Pin
Electronic7518-Jul-07 23:48
Electronic7518-Jul-07 23:48 
Hello, I have a global header file called TypeDefs.H, this file is included in header file of every class of my project. because all classes use custom types. Now I have a class called CMyData which is also a member of some structs in TypeDefs.H, so I have to include MyData.H in TypeDefs.H
problem is some members of CMyData are custom and defined in TypeDefs.H so I also have to include TypeDefs.H in MyData.H
I agree that it may seem ugly but in this way I can keep things organized in my brain, but compiler dose not like that and shouts loudly with thousands of error messages. I even tried
to use
<br />
#ifndef MY_DATA_H_<br />
#define MY_DATA_H_<br />
...<br />
#endif<br />

in MyData.H
and
<br />
#ifndef TYPE_DEFS_H_<br />
#define TYPE_DEFS_H_<br />
...<br />
#endif<br />

in TypeDefs.H
but problem persists
can someone kindly tell me how can I get over this problemSmile | :)
AnswerRe: How to include Header file in.... Pin
Matthew Faithfull19-Jul-07 0:09
Matthew Faithfull19-Jul-07 0:09 
GeneralRe: How to include Header file in.... Pin
Electronic7519-Jul-07 1:08
Electronic7519-Jul-07 1:08 
GeneralRe: How to include Header file in.... Pin
Rage19-Jul-07 1:30
professionalRage19-Jul-07 1:30 
GeneralRe: How to include Header file in.... [modified] Pin
Eytukan19-Jul-07 8:25
Eytukan19-Jul-07 8:25 
AnswerRe: How to include Header file in.... Pin
Matthew Faithfull19-Jul-07 2:27
Matthew Faithfull19-Jul-07 2:27 
Questionpackage installation. Pin
Md. Ali Naser Khan18-Jul-07 22:45
Md. Ali Naser Khan18-Jul-07 22:45 
QuestionOpening a drive...need help Pin
dranne18-Jul-07 22:12
dranne18-Jul-07 22:12 
AnswerRe: Opening a drive...need help Pin
thammadi18-Jul-07 22:29
thammadi18-Jul-07 22:29 
AnswerRe: Opening a drive...need help Pin
vipin_nvk18-Jul-07 22:33
vipin_nvk18-Jul-07 22:33 
QuestionOnIdle() not getting focus Pin
rp_suman18-Jul-07 22:05
rp_suman18-Jul-07 22:05 
AnswerRe: OnIdle() not getting focus Pin
Mark Salsbery19-Jul-07 5:21
Mark Salsbery19-Jul-07 5:21 
GeneralRe: OnIdle() not getting focus Pin
rp_suman19-Jul-07 14:40
rp_suman19-Jul-07 14:40 
GeneralRe: OnIdle() not getting focus Pin
Mark Salsbery19-Jul-07 14:56
Mark Salsbery19-Jul-07 14:56 
GeneralRe: OnIdle() not getting focus [modified] Pin
rp_suman19-Jul-07 17:46
rp_suman19-Jul-07 17:46 
GeneralRe: OnIdle() not getting focus Pin
Mark Salsbery19-Jul-07 20:14
Mark Salsbery19-Jul-07 20:14 
GeneralRe: OnIdle() not getting focus [modified] Pin
rp_suman19-Jul-07 20:57
rp_suman19-Jul-07 20:57 
GeneralRe: OnIdle() not getting focus Pin
Mark Salsbery20-Jul-07 5:05
Mark Salsbery20-Jul-07 5:05 

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.