Click here to Skip to main content
15,914,165 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
This information can be retrived from the call stack window and also from the variale window.

When you have pressed the rety button the application will be breaked. At that time take the variable window. On the top of that window you can find a combobox called "Context". Drop it. Check whether there is any of your function listed in it. Suppose there are three function say f1(), f2() and f3(), If f1 calls f2 and then f2 calls f3, the f3 calls the above funtion of CWnd, the comboboc will look like

cwd::functionname()
f3()
f2()
f1()


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 
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 

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.