Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Game developement using MFC Pin
Supra221-Feb-09 19:40
Supra221-Feb-09 19:40 
QuestionCFormView derived non-resizeable Pin
Andy H8-Feb-09 3:25
Andy H8-Feb-09 3:25 
AnswerRe: CFormView derived non-resizeable Pin
Stuart Dootson8-Feb-09 8:06
professionalStuart Dootson8-Feb-09 8:06 
Questionassertion faliure Pin
Parinay Bansal8-Feb-09 0:16
Parinay Bansal8-Feb-09 0:16 
AnswerRe: assertion faliure Pin
Stuart Dootson8-Feb-09 0:29
professionalStuart Dootson8-Feb-09 0:29 
GeneralRe: assertion faliure Pin
Parinay Bansal8-Feb-09 0:41
Parinay Bansal8-Feb-09 0:41 
GeneralRe: assertion faliure Pin
Stuart Dootson8-Feb-09 1:09
professionalStuart Dootson8-Feb-09 1:09 
GeneralRe: assertion faliure Pin
Parinay Bansal8-Feb-09 1:38
Parinay Bansal8-Feb-09 1:38 
GeneralRe: assertion faliure Pin
Cedric Moonen8-Feb-09 2:26
Cedric Moonen8-Feb-09 2:26 
GeneralRe: assertion faliure Pin
Parinay Bansal8-Feb-09 4:25
Parinay Bansal8-Feb-09 4:25 
QuestionHow to embed WMP plugin in MFC application? Pin
alizey khan8-Feb-09 0:10
alizey khan8-Feb-09 0:10 
AnswerRe: How to embed WMP plugin in MFC application? Pin
Stuart Dootson8-Feb-09 0:19
professionalStuart Dootson8-Feb-09 0:19 
GeneralRe: How to embed WMP plugin in MFC application? Pin
alizey khan8-Feb-09 0:25
alizey khan8-Feb-09 0:25 
GeneralRe: How to embed WMP plugin in MFC application? Pin
Stuart Dootson8-Feb-09 1:12
professionalStuart Dootson8-Feb-09 1:12 
GeneralRe: How to embed WMP plugin in MFC application? Pin
alizey khan8-Feb-09 1:50
alizey khan8-Feb-09 1:50 
GeneralRe: How to embed WMP plugin in MFC application? Pin
Stuart Dootson8-Feb-09 2:35
professionalStuart Dootson8-Feb-09 2:35 
QuestionBuffer overrun, Strsafe.h compiler options..... Pin
ForNow7-Feb-09 23:41
ForNow7-Feb-09 23:41 
AnswerRe: Buffer overrun, Strsafe.h compiler options..... Pin
Cedric Moonen7-Feb-09 23:54
Cedric Moonen7-Feb-09 23:54 
GeneralRe: Buffer overrun, Strsafe.h compiler options..... Pin
ForNow8-Feb-09 1:22
ForNow8-Feb-09 1:22 
AnswerRe: Buffer overrun, Strsafe.h compiler options..... Pin
Jonathan Davies7-Feb-09 23:55
Jonathan Davies7-Feb-09 23:55 
GeneralRe: Buffer overrun, Strsafe.h compiler options..... Pin
ForNow8-Feb-09 1:20
ForNow8-Feb-09 1:20 
AnswerRe: Buffer overrun, Strsafe.h compiler options..... Pin
Stephen Hewitt8-Feb-09 4:44
Stephen Hewitt8-Feb-09 4:44 
GeneralRe: Buffer overrun, Strsafe.h compiler options..... Pin
ForNow8-Feb-09 7:16
ForNow8-Feb-09 7:16 
AnswerRe: Buffer overrun, Strsafe.h compiler options..... Pin
cmk8-Feb-09 11:56
cmk8-Feb-09 11:56 
QuestionIs there anyway to make SEH works when stask is broken Pin
Tal Rasha's Guardianship7-Feb-09 16:49
Tal Rasha's Guardianship7-Feb-09 16:49 
SEH is exactly a good solution for exception handling, but it depends on the stack to call the user-defined exeception handler function, that means, when exception occurs, the OS catch the exception immediately, and it will call the user-defined callback to give the control to the application. If the trouble which caused the exception makes the stack broken, the calling to the user-defined callback may not success, in this situation, the application will not be notified that an exception occurred. Is there anyway to catch the exception in all the cases? whether stack is OK or NG, the mechanism should work.
Thanks.

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.