Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUsing activex controls Pin
Rhett860616-Oct-08 10:45
Rhett860616-Oct-08 10:45 
Question_beginthread vs _beginthreadex -- FYI Pin
bulg16-Oct-08 10:34
bulg16-Oct-08 10:34 
AnswerRe: _beginthread vs _beginthreadex -- FYI Pin
Mark Salsbery16-Oct-08 10:44
Mark Salsbery16-Oct-08 10:44 
QuestionA Very Simple MFC Application Pin
BobInNJ16-Oct-08 7:57
BobInNJ16-Oct-08 7:57 
AnswerRe: A Very Simple MFC Application Pin
led mike16-Oct-08 8:08
led mike16-Oct-08 8:08 
GeneralRe: A Very Simple MFC Application Pin
BobInNJ16-Oct-08 9:54
BobInNJ16-Oct-08 9:54 
AnswerRe: A Very Simple MFC Application Pin
Mark Salsbery16-Oct-08 8:30
Mark Salsbery16-Oct-08 8:30 
GeneralRe: A Very Simple MFC Application Pin
BobInNJ16-Oct-08 10:06
BobInNJ16-Oct-08 10:06 
Mark,

Thanks for the response. First, the program never reaches the statement:
m_pMainWnd->DragAcceptedFiles();
Therefore, I do not think that me not setting m_pMainWnd is the problem. Second, my program
is based upon the program in Chapter 8 for Jeff Prosise book, "Programming Windows 95 with MFC" the first edition. In his program, which I could not get to work either, he did not set m_pMainWnd. It is my understanding (which might be all wrong) that when I call the constructor (via new) of CSingleDocTemplate then the window is created automatically and the pointer m_pMainWnd is set. Am I wrong about this?

Also, please look at my last post to see a more detailed explanation on how my program bombs out.

Thanks
Bob
GeneralRe: A Very Simple MFC Application Pin
Mark Salsbery16-Oct-08 10:19
Mark Salsbery16-Oct-08 10:19 
GeneralRe: A Very Simple MFC Application Pin
BobInNJ16-Oct-08 10:38
BobInNJ16-Oct-08 10:38 
GeneralRe: A Very Simple MFC Application Pin
Mark Salsbery16-Oct-08 10:42
Mark Salsbery16-Oct-08 10:42 
GeneralRe: A Very Simple MFC Application Pin
BobInNJ16-Oct-08 10:47
BobInNJ16-Oct-08 10:47 
GeneralRe: A Very Simple MFC Application Pin
Mark Salsbery16-Oct-08 10:53
Mark Salsbery16-Oct-08 10:53 
GeneralRe: A Very Simple MFC Application Pin
Mark Salsbery16-Oct-08 10:58
Mark Salsbery16-Oct-08 10:58 
GeneralRe: A Very Simple MFC Application Pin
led mike16-Oct-08 11:24
led mike16-Oct-08 11:24 
GeneralRe: A Very Simple MFC Application Pin
Mark Salsbery16-Oct-08 11:48
Mark Salsbery16-Oct-08 11:48 
GeneralRe: A Very Simple MFC Application Pin
BobInNJ16-Oct-08 11:26
BobInNJ16-Oct-08 11:26 
QuestionRe: A Very Simple MFC Application Pin
David Crow16-Oct-08 10:35
David Crow16-Oct-08 10:35 
AnswerRe: A Very Simple MFC Application Pin
BobInNJ16-Oct-08 10:42
BobInNJ16-Oct-08 10:42 
QuestionRe: A Very Simple MFC Application Pin
David Crow16-Oct-08 10:45
David Crow16-Oct-08 10:45 
AnswerRe: A Very Simple MFC Application Pin
BobInNJ16-Oct-08 10:48
BobInNJ16-Oct-08 10:48 
GeneralRe: A Very Simple MFC Application Pin
David Crow16-Oct-08 10:52
David Crow16-Oct-08 10:52 
GeneralRe: A Very Simple MFC Application Pin
BobInNJ16-Oct-08 11:20
BobInNJ16-Oct-08 11:20 
GeneralRe: A Very Simple MFC Application Pin
Mark Salsbery16-Oct-08 10:47
Mark Salsbery16-Oct-08 10:47 
AnswerRe: A Very Simple MFC Application Pin
BobInNJ16-Oct-08 12:41
BobInNJ16-Oct-08 12: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.