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

C / C++ / MFC

 
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 
GeneralRe: A Very Simple MFC Application Pin
Mark Salsbery16-Oct-08 10:19
Mark Salsbery16-Oct-08 10:19 
BobInNJ wrote:
the program never reaches the statement:
m_pMainWnd->DragAcceptedFiles();


But you originally stated "it dies in the call to DragAcceptFiles" Poke tongue | ;-P


BobInNJ wrote:
when I call the constructor (via new) of CSingleDocTemplate then the window is created automatically and the pointer m_pMainWnd is set


Son of a gun, you're right.


Maybe put a breakpoint at the beginning of CSingleDocTemplate::OpenDocumentFile()
and step through - what line of code in there is asserting?

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

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 
GeneralRe: A Very Simple MFC Application Pin
User 21559716-Oct-08 18:17
User 21559716-Oct-08 18:17 

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.