Click here to Skip to main content
16,012,198 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGetting 3 characters from right in TCHAR variable Pin
VCProgrammer10-Jun-08 21:44
VCProgrammer10-Jun-08 21:44 
AnswerRe: Getting 3 characters from right in TCHAR variable [modified] Pin
Naveen10-Jun-08 22:02
Naveen10-Jun-08 22:02 
AnswerRe: Getting 3 characters from right in TCHAR variable Pin
CPallini10-Jun-08 22:51
mveCPallini10-Jun-08 22:51 
AnswerRe: Getting 3 characters from right in TCHAR variable Pin
JudyL_MD11-Jun-08 1:51
JudyL_MD11-Jun-08 1:51 
QuestionUnhandled exception at 0x00000000 Pin
rp_suman10-Jun-08 21:37
rp_suman10-Jun-08 21:37 
AnswerRe: Unhandled exception at 0x00000000 Pin
Cedric Moonen10-Jun-08 21:38
Cedric Moonen10-Jun-08 21:38 
GeneralRe: Unhandled exception at 0x00000000 Pin
rp_suman10-Jun-08 21:41
rp_suman10-Jun-08 21:41 
GeneralRe: Unhandled exception at 0x00000000 Pin
Cedric Moonen10-Jun-08 22:20
Cedric Moonen10-Jun-08 22:20 
How does your call stack look like. It seems that you are confusing call stack with something else... The call stack shows all the functions that have been called to reach the current point in the code. By walking the callstack, you can 'travel' back to where the problem is coming from.
For VC2005: "Debug" menu -> "Windows" -> "Call stack" (or Alt + 7) will display the call stack window if you are in debug mode and on a breakpoint.

Cédric Moonen
Software developer

Charting control [v1.4]

GeneralRe: Unhandled exception at 0x00000000 Pin
rp_suman10-Jun-08 22:42
rp_suman10-Jun-08 22:42 
GeneralRe: Unhandled exception at 0x00000000 Pin
Alan Balkany11-Jun-08 3:11
Alan Balkany11-Jun-08 3:11 
AnswerRe: Unhandled exception at 0x00000000 Pin
Sameerkumar Namdeo10-Jun-08 21:49
Sameerkumar Namdeo10-Jun-08 21:49 
QuestionWM_PRINT Pin
subramanyeswari10-Jun-08 21:22
subramanyeswari10-Jun-08 21:22 
AnswerRe: WM_PRINT Pin
Naveen10-Jun-08 21:31
Naveen10-Jun-08 21:31 
GeneralRe: WM_PRINT Pin
subramanyeswari10-Jun-08 21:38
subramanyeswari10-Jun-08 21:38 
GeneralRe: WM_PRINT Pin
Naveen10-Jun-08 21:48
Naveen10-Jun-08 21:48 
GeneralRe: WM_PRINT Pin
subramanyeswari10-Jun-08 22:25
subramanyeswari10-Jun-08 22:25 
GeneralRe: WM_PRINT Pin
Naveen10-Jun-08 22:34
Naveen10-Jun-08 22:34 
GeneralRe: WM_PRINT [modified] Pin
subramanyeswari10-Jun-08 22:48
subramanyeswari10-Jun-08 22:48 
GeneralRe: WM_PRINT Pin
Naveen10-Jun-08 23:15
Naveen10-Jun-08 23:15 
GeneralRe: WM_PRINT Pin
subramanyeswari10-Jun-08 23:24
subramanyeswari10-Jun-08 23:24 
GeneralRe: WM_PRINT Pin
Naveen10-Jun-08 23:37
Naveen10-Jun-08 23:37 
GeneralRe: WM_PRINT Pin
subramanyeswari11-Jun-08 18:57
subramanyeswari11-Jun-08 18:57 
GeneralRe: WM_PRINT Pin
Naveen11-Jun-08 19:11
Naveen11-Jun-08 19:11 
GeneralRe: WM_PRINT Pin
subramanyeswari11-Jun-08 21:00
subramanyeswari11-Jun-08 21:00 
GeneralRe: WM_PRINT Pin
Naveen11-Jun-08 21:09
Naveen11-Jun-08 21:09 

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.