Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
The error is making your call stack unreadable, so you need a different method to find the error. Use breakpoints to find the last statement executed before the error occurs. I'm predicting you're trying to use a NULL pointer.
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 
GeneralRe: WM_PRINT Pin
subramanyeswari11-Jun-08 21:51
subramanyeswari11-Jun-08 21:51 
GeneralRe: WM_PRINT Pin
Naveen11-Jun-08 21:58
Naveen11-Jun-08 21:58 

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.