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

C / C++ / MFC

 
AnswerRe: Regarding Dependency files in MFC Pin
prasad_som14-Jun-07 1:55
prasad_som14-Jun-07 1:55 
AnswerRe: Regarding Dependency files in MFC Pin
David Crow14-Jun-07 2:43
David Crow14-Jun-07 2:43 
QuestionConditional variable declaration Pin
vipin_nvk14-Jun-07 0:28
vipin_nvk14-Jun-07 0:28 
AnswerRe: Conditional variable declaration Pin
KarstenK14-Jun-07 0:34
mveKarstenK14-Jun-07 0:34 
AnswerRe: Conditional variable declaration Pin
Naveen14-Jun-07 0:41
Naveen14-Jun-07 0:41 
AnswerRe: Conditional variable declaration Pin
Hans Dietrich14-Jun-07 0:44
mentorHans Dietrich14-Jun-07 0:44 
AnswerRe: Conditional variable declaration Pin
James R. Twine14-Jun-07 1:52
James R. Twine14-Jun-07 1:52 
QuestionASSERT()! Why?And how to resolve it? Pin
kcynic14-Jun-07 0:18
kcynic14-Jun-07 0:18 
I have a dialog based project.
The program would crash after just a short moment(no longer than 1 min).
There had an assert at the 895th line of "wincore.cpp":

#ifdebug
CWnd::AssertValid()const
{
...
...
line 892: ASSERT( (p = pMap->LookupPermanent(m_hWnd)) != NULL ||(p = pMap->LookupTemporary(m_hWnd)) ! = NULL);
.......
}

Why?
And how to resolve it?
Thanks.

GOOD LUCK
AnswerRe: ASSERT()! Why?And how to resolve it? Pin
Naveen14-Jun-07 0:31
Naveen14-Jun-07 0:31 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
kcynic14-Jun-07 1:04
kcynic14-Jun-07 1:04 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
Naveen14-Jun-07 1:12
Naveen14-Jun-07 1:12 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
kcynic14-Jun-07 19:59
kcynic14-Jun-07 19:59 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
Naveen14-Jun-07 20:06
Naveen14-Jun-07 20:06 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
kcynic14-Jun-07 21:35
kcynic14-Jun-07 21:35 
AnswerRe: ASSERT()! Why?And how to resolve it? Pin
_AnsHUMAN_ 14-Jun-07 0:33
_AnsHUMAN_ 14-Jun-07 0:33 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
kcynic14-Jun-07 1:06
kcynic14-Jun-07 1:06 
AnswerRe: ASSERT()! Why?And how to resolve it? Pin
22491714-Jun-07 0:34
22491714-Jun-07 0:34 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
kcynic14-Jun-07 1:00
kcynic14-Jun-07 1:00 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
22491714-Jun-07 1:45
22491714-Jun-07 1:45 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
kcynic14-Jun-07 1:57
kcynic14-Jun-07 1:57 
AnswerRe: ASSERT()! Why?And how to resolve it? Pin
KarstenK14-Jun-07 0:37
mveKarstenK14-Jun-07 0:37 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
kcynic14-Jun-07 1:20
kcynic14-Jun-07 1:20 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
KarstenK14-Jun-07 1:41
mveKarstenK14-Jun-07 1:41 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
kcynic14-Jun-07 2:11
kcynic14-Jun-07 2:11 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
KarstenK14-Jun-07 2:20
mveKarstenK14-Jun-07 2:20 

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.