Click here to Skip to main content
15,891,607 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to show word doc? Pin
Monty215-Jan-04 22:21
Monty215-Jan-04 22:21 
GeneralRe: how to show word doc? Pin
Abhi Lahare16-Jan-04 18:11
Abhi Lahare16-Jan-04 18:11 
GeneralResource Editing in VC6 Pin
Roger Wright15-Jan-04 17:50
professionalRoger Wright15-Jan-04 17:50 
GeneralRe: Resource Editing in VC6 Pin
Signal-915-Jan-04 18:07
Signal-915-Jan-04 18:07 
GeneralRe: Resource Editing in VC6 Pin
Roger Wright15-Jan-04 18:21
professionalRoger Wright15-Jan-04 18:21 
GeneralRe: Resource Editing in VC6 Pin
Marcello16-Jan-04 5:46
Marcello16-Jan-04 5:46 
GeneralRe: Resource Editing in VC6 Pin
Michael Dunn15-Jan-04 18:39
sitebuilderMichael Dunn15-Jan-04 18:39 
QuestionCOmpile error? Pin
Maverick15-Jan-04 17:47
Maverick15-Jan-04 17:47 
I have CDialog based program..

The CDialog class has a member object derived from a custom class..

<br />
class CMyDialog: public CDialog<br />
{<br />
...<br />
...<br />
   CCustomClass* m_pObject;<br />
}<br />


but in the CCustomClass code i also have a member of type CMyDialog...
<br />
class CCustomClass<br />
{<br />
..<br />
....<br />
   CMyDialog* m_pDialog;<br />
}<br />


the problem is with this scenario, when i compile the the CDialog derived-class, i get an error saying that it can't recognize the CCustomClass class.. when in fact i have successfuly compiled the CCustomClass and wrote an include directive for the CCustom class (#include <customclass.h>)....

when i remove the member variable m_pDialog in CCustomClass.. the program compiles with no errors... when i put it back again, the error appears again... what seems to be the problem here?
AnswerRe: COmpile error? Pin
Abhi Lahare15-Jan-04 18:47
Abhi Lahare15-Jan-04 18:47 
GeneralCreate subdirectories levels deep Pin
shultas15-Jan-04 17:31
shultas15-Jan-04 17:31 
GeneralRe: Create subdirectories levels deep Pin
Michael Dunn15-Jan-04 18:42
sitebuilderMichael Dunn15-Jan-04 18:42 
GeneralRe: Create subdirectories levels deep Pin
shultas15-Jan-04 18:52
shultas15-Jan-04 18:52 
GeneralHelp! Pressed wrong button and cant fix it! Pin
shultas15-Jan-04 17:13
shultas15-Jan-04 17:13 
GeneralRe: Help! Pressed wrong button and cant fix it! Pin
Ryan Binns15-Jan-04 17:18
Ryan Binns15-Jan-04 17:18 
GeneralRe: Help! Pressed wrong button and cant fix it! Pin
shultas15-Jan-04 17:20
shultas15-Jan-04 17:20 
GeneralRe: Help! Pressed wrong button and cant fix it! Pin
bryce15-Jan-04 17:21
bryce15-Jan-04 17:21 
GeneralChange button text Pin
shultas15-Jan-04 15:45
shultas15-Jan-04 15:45 
GeneralRe: Change button text Pin
valikac15-Jan-04 16:17
valikac15-Jan-04 16:17 
GeneralRe: Change button text Pin
shultas15-Jan-04 17:40
shultas15-Jan-04 17:40 
GeneralRe: Change button text Pin
Kene15-Jan-04 21:44
Kene15-Jan-04 21:44 
Generalanyone know how to convert bitmap to jpeg.. Pin
fatso jon15-Jan-04 14:47
fatso jon15-Jan-04 14:47 
GeneralRe: anyone know how to convert bitmap to jpeg.. Pin
Christian Graus15-Jan-04 15:30
protectorChristian Graus15-Jan-04 15:30 
Question????the problem of mscomm32.ocx and vc++???? Pin
anders_zhou15-Jan-04 14:26
anders_zhou15-Jan-04 14:26 
AnswerRe: ????the problem of mscomm32.ocx and vc++???? Pin
Christian Graus15-Jan-04 15:32
protectorChristian Graus15-Jan-04 15:32 
AnswerRe: ????the problem of mscomm32.ocx and vc++???? Pin
Moshirynia15-Jan-04 16:20
Moshirynia15-Jan-04 16:20 

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.