Click here to Skip to main content
15,915,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: USB Device Data Read Pin
David Crow8-Aug-08 3:14
David Crow8-Aug-08 3:14 
QuestionRe: USB Device Data Read Pin
David Crow7-Aug-08 3:25
David Crow7-Aug-08 3:25 
QuestionApplication crashes after the call onStart (msg handeler )is done. Pin
ptr_Electron6-Aug-08 18:01
ptr_Electron6-Aug-08 18:01 
AnswerRe: Application crashes after the call onStart (msg handeler )is done. Pin
Stephen Hewitt6-Aug-08 18:26
Stephen Hewitt6-Aug-08 18:26 
GeneralRe: Application crashes after the call onStart (msg handeler )is done. Pin
ptr_Electron6-Aug-08 18:37
ptr_Electron6-Aug-08 18:37 
GeneralRe: Application crashes after the call onStart (msg handeler )is done. Pin
Stephen Hewitt6-Aug-08 18:41
Stephen Hewitt6-Aug-08 18:41 
GeneralRe: Application crashes after the call onStart (msg handeler )is done. Pin
ptr_Electron6-Aug-08 19:36
ptr_Electron6-Aug-08 19:36 
GeneralRe: Application crashes after the call onStart (msg handeler )is done. Pin
Stephen Hewitt6-Aug-08 19:43
Stephen Hewitt6-Aug-08 19:43 
It sounds like you didn't follow my advice of enabling debug information for the release build. Also you don't mention what version of MFC you're using: there's no reason why line 449 of afxcmn.inl need to the same across different versions of MFC -- you should post the code around the line in your post. In my version of MFC it looks like this:
_AFXCMN_INLINE int CProgressCtrl::StepIt()
	{ ASSERT(::IsWindow(m_hWnd)); return (int) ::SendMessage(m_hWnd, PBM_STEPIT, 0, 0L); }


If this is the case then it looks like the window no longer exists.

Steve

GeneralRe: Application crashes after the call onStart (msg handeler )is done. Pin
David Crow7-Aug-08 3:33
David Crow7-Aug-08 3:33 
AnswerRe: Application crashes after the call onStart (msg handeler )is done. Pin
SandipG 6-Aug-08 20:52
SandipG 6-Aug-08 20:52 
QuestionHow to include animations in MFC (vc++6.0) Pin
Mohsin Abbas6-Aug-08 17:36
Mohsin Abbas6-Aug-08 17:36 
AnswerRe: How to include animations in MFC (vc++6.0) Pin
ptr_Electron6-Aug-08 18:34
ptr_Electron6-Aug-08 18:34 
AnswerRe: How to include animations in MFC (vc++6.0) Pin
pallaka6-Aug-08 18:35
pallaka6-Aug-08 18:35 
QuestionLNK2001 error question Pin
monsieur_jj6-Aug-08 17:31
monsieur_jj6-Aug-08 17:31 
AnswerRe: LNK2001 error question Pin
Nibu babu thomas6-Aug-08 19:07
Nibu babu thomas6-Aug-08 19:07 
GeneralRe: LNK2001 error question Pin
monsieur_jj6-Aug-08 19:28
monsieur_jj6-Aug-08 19:28 
GeneralRe: LNK2001 error question Pin
Nibu babu thomas6-Aug-08 19:42
Nibu babu thomas6-Aug-08 19:42 
GeneralRe: LNK2001 error question Pin
monsieur_jj6-Aug-08 19:48
monsieur_jj6-Aug-08 19:48 
GeneralRe: LNK2001 error question Pin
Nibu babu thomas6-Aug-08 19:53
Nibu babu thomas6-Aug-08 19:53 
GeneralRe: LNK2001 error question Pin
monsieur_jj6-Aug-08 20:00
monsieur_jj6-Aug-08 20:00 
GeneralRe: LNK2001 error question Pin
Nibu babu thomas6-Aug-08 20:06
Nibu babu thomas6-Aug-08 20:06 
GeneralRe: LNK2001 error question Pin
monsieur_jj6-Aug-08 20:27
monsieur_jj6-Aug-08 20:27 
GeneralRe: LNK2001 error question Pin
Nibu babu thomas6-Aug-08 20:48
Nibu babu thomas6-Aug-08 20:48 
QuestionAccessing microsoft index service with ADO Pin
tustin6-Aug-08 14:09
tustin6-Aug-08 14:09 
QuestionLPITEMIDLIST Pin
Bram van Kampen6-Aug-08 13:17
Bram van Kampen6-Aug-08 13: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.