Click here to Skip to main content
16,017,899 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Handle C++ exception and structured exception together Pin
Maxwell Chen24-Jan-08 18:15
Maxwell Chen24-Jan-08 18:15 
GeneralRe: Handle C++ exception and structured exception together Pin
George_George24-Jan-08 18:30
George_George24-Jan-08 18:30 
Generalfile open Pin
Paulraj G24-Jan-08 1:19
Paulraj G24-Jan-08 1:19 
GeneralRe: file open Pin
Don Box24-Jan-08 1:26
Don Box24-Jan-08 1:26 
GeneralRe: file open Pin
Paulraj G24-Jan-08 1:28
Paulraj G24-Jan-08 1:28 
GeneralRe: file open Pin
Don Box24-Jan-08 1:33
Don Box24-Jan-08 1:33 
GeneralRe: file open Pin
Paulraj G24-Jan-08 1:37
Paulraj G24-Jan-08 1:37 
QuestionDebug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 1:07
Neels24-Jan-08 1:07 
Hi

here is my code

CDedJed d(this); //passes through constructor and member functions as well
d.Domodal(); // goes into the windows files wincore.cpp dlgcore.cpp dbgrpt.cpp

gives out debug assert error at the following lcation

->!::PeekMessage(pMsg, NULL, NULL, NULL, PM_NOREMOVE)
-> VERIFY(RunModalLoop(dwFlags) == m_nModalResult);
-> domodal();

FYI: resource IDs which are loading properly..checked with resource.h


help on this regard

Neel
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Don Box24-Jan-08 1:30
Don Box24-Jan-08 1:30 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 1:46
Neels24-Jan-08 1:46 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Don Box24-Jan-08 1:50
Don Box24-Jan-08 1:50 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 2:21
Neels24-Jan-08 2:21 
QuestionRe: Debug assert error while using DoModal() ?? please help Pin
David Crow24-Jan-08 3:16
David Crow24-Jan-08 3:16 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 4:29
Neels24-Jan-08 4:29 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
David Crow24-Jan-08 4:36
David Crow24-Jan-08 4:36 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 23:07
Neels24-Jan-08 23:07 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
David Crow25-Jan-08 2:26
David Crow25-Jan-08 2:26 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 23:07
Neels24-Jan-08 23:07 
GeneralRe: Debug assert error while using DoModal() ?? please help Pin
Neels24-Jan-08 23:13
Neels24-Jan-08 23:13 
QuestionDisplaying pages other then the first page in Vipul Lal's Easy! reports Pin
Sternocera24-Jan-08 0:53
Sternocera24-Jan-08 0:53 
GeneralRe: Displaying pages other then the first page in Vipul Lal's Easy! reports Pin
Paul Conrad24-Jan-08 6:58
professionalPaul Conrad24-Jan-08 6:58 
Generalthe winsock problem Pin
gggwb24-Jan-08 0:53
gggwb24-Jan-08 0:53 
GeneralRe: the winsock problem Pin
Don Box24-Jan-08 1:02
Don Box24-Jan-08 1:02 
JokeRe: the winsock problem Pin
CPallini24-Jan-08 1:03
mveCPallini24-Jan-08 1:03 
GeneralRe: the winsock problem Pin
gggwb24-Jan-08 1:07
gggwb24-Jan-08 1:07 

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.