Click here to Skip to main content
15,916,702 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Mnemonic not working Pin
Try21-Mar-07 3:19
Try21-Mar-07 3:19 
QuestionRe: Mnemonic not working Pin
prasad_som21-Mar-07 3:29
prasad_som21-Mar-07 3:29 
Questiontry catch not working Pin
Bangerman21-Mar-07 1:10
Bangerman21-Mar-07 1:10 
AnswerRe: try catch not working Pin
Stephen Hewitt21-Mar-07 1:17
Stephen Hewitt21-Mar-07 1:17 
GeneralRe: try catch not working Pin
Bangerman21-Mar-07 1:23
Bangerman21-Mar-07 1:23 
GeneralRe: try catch not working - msvcrt80 Pin
Bangerman21-Mar-07 3:11
Bangerman21-Mar-07 3:11 
GeneralRe: try catch not working - msvcrt80 Pin
Stephen Hewitt21-Mar-07 13:00
Stephen Hewitt21-Mar-07 13:00 
AnswerRe: try catch not working Pin
zoid ! 21-Mar-07 9:17
zoid ! 21-Mar-07 9:17 
null pointer or access violation exceptions are not treated as C++ exceptions but as SEH exceptions. You cannot catch SEH exceptions using the try catch block, you need to use a __try, __except block instead.

There is away of unifying the two different exception handling mechanisms. Search for SEH on codeproject and you should find an article that describes how to do this.
QuestionRight to left language and copy and paste Pin
BadJerry21-Mar-07 0:38
BadJerry21-Mar-07 0:38 
QuestionAdding my application to Quick Launch Pin
velayudhan_raj20-Mar-07 23:57
velayudhan_raj20-Mar-07 23:57 
AnswerRe: Adding my application to Quick Launch [modified] Pin
KaЯl21-Mar-07 1:05
KaЯl21-Mar-07 1:05 
AnswerRe: Adding my application to Quick Launch Pin
Laxman Auti21-Mar-07 3:04
Laxman Auti21-Mar-07 3:04 
QuestionAfxGetWinApp() Pin
deeps_cute20-Mar-07 23:34
deeps_cute20-Mar-07 23:34 
AnswerRe: AfxGetWinApp() Pin
prasad_som20-Mar-07 23:37
prasad_som20-Mar-07 23:37 
AnswerRe: AfxGetWinApp() Pin
ThatsAlok21-Mar-07 19:52
ThatsAlok21-Mar-07 19:52 
QuestionUser Interface style problem Pin
ilgale20-Mar-07 23:14
ilgale20-Mar-07 23:14 
AnswerRe: User Interface style problem Pin
JudyL_MD21-Mar-07 1:49
JudyL_MD21-Mar-07 1:49 
QuestionAPIs or MFC class for working with FAT ? Pin
nguyenvodich20-Mar-07 22:36
nguyenvodich20-Mar-07 22:36 
AnswerRe: APIs or MFC class for working with FAT ? Pin
kakan21-Mar-07 1:17
professionalkakan21-Mar-07 1:17 
QuestionProblem handling CStatic mouse click [modified] Pin
Futterama20-Mar-07 22:31
Futterama20-Mar-07 22:31 
AnswerRe: Problem handling CStatic mouse click Pin
prasad_som20-Mar-07 22:51
prasad_som20-Mar-07 22:51 
GeneralRe: Problem handling CStatic mouse click Pin
Futterama20-Mar-07 23:19
Futterama20-Mar-07 23:19 
AnswerRe: Problem handling CStatic mouse click Pin
prasad_som20-Mar-07 23:34
prasad_som20-Mar-07 23:34 
GeneralRe: Problem handling CStatic mouse click Pin
Futterama21-Mar-07 0:07
Futterama21-Mar-07 0:07 
QuestionGraceful Exit Upon Error Pin
softwaremonkey20-Mar-07 22:18
softwaremonkey20-Mar-07 22:18 

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.