Click here to Skip to main content
15,889,595 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
If you've just changed the #include you will get compile errors. StringCchCopy and similar operations take an extra parameter, the length of buffer you are using. Without adding this parameter into the calls you will get errors.
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 
AnswerRe: Is there anyway to make SEH works when stask is broken Pin
Stuart Dootson7-Feb-09 22:52
professionalStuart Dootson7-Feb-09 22:52 
GeneralRe: Is there anyway to make SEH works when stask is broken Pin
Tal Rasha's Guardianship22-Feb-09 17:15
Tal Rasha's Guardianship22-Feb-09 17:15 
AnswerRe: Is there anyway to make SEH works when stask is broken Pin
Stephen Hewitt8-Feb-09 4:45
Stephen Hewitt8-Feb-09 4:45 
GeneralRe: Is there anyway to make SEH works when stask is broken Pin
Tal Rasha's Guardianship22-Feb-09 16:50
Tal Rasha's Guardianship22-Feb-09 16:50 
AnswerRe: Is there anyway to make SEH works when stask is broken Pin
Rolf Kristensen8-Feb-09 10:23
Rolf Kristensen8-Feb-09 10:23 
GeneralRe: Is there anyway to make SEH works when stask is broken Pin
Tal Rasha's Guardianship22-Feb-09 16:28
Tal Rasha's Guardianship22-Feb-09 16:28 
QuestionHelp Repainting with GDI+ in C++ Pin
AntiBNI7-Feb-09 12:05
AntiBNI7-Feb-09 12:05 
AnswerRe: Help Repainting with GDI+ in C++ Pin
Stuart Dootson7-Feb-09 22:57
professionalStuart Dootson7-Feb-09 22:57 
GeneralRe: Help Repainting with GDI+ in C++ Pin
AntiBNI8-Feb-09 2:24
AntiBNI8-Feb-09 2:24 
QuestionMFC Combo Box Pin
VarwigDude7-Feb-09 8:22
VarwigDude7-Feb-09 8:22 
AnswerRe: MFC Combo Box Pin
Stuart Dootson7-Feb-09 23:00
professionalStuart Dootson7-Feb-09 23:00 
QuestionHow to convert jpg image to rgb Pin
simon alec smith7-Feb-09 5:49
simon alec smith7-Feb-09 5:49 

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.