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

C / C++ / MFC

 
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 
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 
thanks for ur reply i use gtalk, got no skype setup/accnt.
iam online urneel@gmail.com

FYI: This error occur only in debug mode but not in release mode.

here is debug details

VERIFY(RunModalLoop(dwFlags) == m_nModalResult);
ASSERT(ContinueModal());
// pump message, but quit on WM_QUIT
if (!AfxPumpMessage())
{
AfxPostQuitMessage(0);
return -1;
}

BOOL AFXAPI AfxPumpMessage()
{
CWinThread *pThread = AfxGetThread();
if( pThread )
return pThread->PumpMessage(); // here i end up with debug assert error
else
return AfxInternalPumpMessage();
}

regards
Neel
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 
GeneralRe: the winsock problem Pin
led mike24-Jan-08 4:14
led mike24-Jan-08 4:14 
GeneralRe: the winsock problem [modified] Pin
CPallini24-Jan-08 4:18
mveCPallini24-Jan-08 4:18 

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.