Click here to Skip to main content
15,913,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionASSERT()! Why?And how to resolve it? Pin
kcynic14-Jun-07 0:18
kcynic14-Jun-07 0:18 
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 
You may be using an unassigned variable or deleting a pointer that does not exist or doing some other incorrect operation. It should ideally not be the MFC files that would show an Assertion error.
Did you try and debug your code?

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

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 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
kcynic14-Jun-07 3:07
kcynic14-Jun-07 3:07 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
KarstenK14-Jun-07 3:17
mveKarstenK14-Jun-07 3:17 
AnswerRe: ASSERT()! Why?And how to resolve it? Pin
Roger Stoltz14-Jun-07 1:04
Roger Stoltz14-Jun-07 1:04 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
kcynic14-Jun-07 1:17
kcynic14-Jun-07 1:17 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
Roger Stoltz14-Jun-07 1:32
Roger Stoltz14-Jun-07 1:32 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
kcynic14-Jun-07 2:08
kcynic14-Jun-07 2:08 
GeneralRe: ASSERT()! Why?And how to resolve it? Pin
Roger Stoltz14-Jun-07 3:45
Roger Stoltz14-Jun-07 3:45 

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.