Click here to Skip to main content
15,886,075 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAVI Splitter Filter does not return its mediatype Pin
sdancer752-Jul-13 8:29
sdancer752-Jul-13 8:29 
AnswerRe: AVI Splitter Filter does not return its mediatype Pin
Richard MacCutchan2-Jul-13 20:37
mveRichard MacCutchan2-Jul-13 20:37 
GeneralRe: AVI Splitter Filter does not return its mediatype Pin
sdancer752-Jul-13 22:01
sdancer752-Jul-13 22:01 
QuestionRe: AVI Splitter Filter does not return its mediatype Pin
Richard MacCutchan2-Jul-13 22:10
mveRichard MacCutchan2-Jul-13 22:10 
AnswerRe: AVI Splitter Filter does not return its mediatype Pin
sdancer752-Jul-13 23:58
sdancer752-Jul-13 23:58 
AnswerRe: AVI Splitter Filter does not return its mediatype Pin
sdancer753-Jul-13 2:11
sdancer753-Jul-13 2:11 
QuestionProcess Failure at startup Pin
ForNow2-Jul-13 6:38
ForNow2-Jul-13 6:38 
AnswerRe: Process Failure at startup Pin
Santhosh G_2-Jul-13 7:24
Santhosh G_2-Jul-13 7:24 
Try to log the startup sequence by some log mechanism, like OuputDebugString() or File write.
Is there any chance to have code which will run in Release mode?
Any code which is written by compiler directive like #ifndef.
C++
#ifndef _DEBUG
    ..
#endif


The following link may help you to find out this issue.
http://forums.codeguru.com/showthread.php?269905-Visual-C-Debugging-Why-does-program-work-in-debug-mode-but-fail-in-release-mode

In the debug build, if you have incorrect message handler signatures this doesnt cause any problems.

But MFC does a couple of naughty type casts in the message map macros. So when you build the same code in release mode, you are guranteed to run into trouble.
GeneralRe: Process Failure at startup Pin
ForNow2-Jul-13 8:42
ForNow2-Jul-13 8:42 
GeneralRe: Process Failure at startup Pin
Santhosh G_2-Jul-13 16:21
Santhosh G_2-Jul-13 16:21 
GeneralRe: Process Failure at startup Pin
ForNow2-Jul-13 17:59
ForNow2-Jul-13 17:59 
QuestionWhere does the m_pMainWnd delete? Pin
yu-jian2-Jul-13 5:54
yu-jian2-Jul-13 5:54 
AnswerRe: Where does the m_pMainWnd delete? Pin
David Crow2-Jul-13 6:07
David Crow2-Jul-13 6:07 
GeneralRe: Where does the m_pMainWnd delete? Pin
yu-jian2-Jul-13 7:15
yu-jian2-Jul-13 7:15 
QuestionRe: Where does the m_pMainWnd delete? Pin
David Crow2-Jul-13 8:12
David Crow2-Jul-13 8:12 
GeneralRe: Where does the m_pMainWnd delete? Pin
Jochen Arndt2-Jul-13 8:14
professionalJochen Arndt2-Jul-13 8:14 
Questionzero copy in windows Pin
Satya1441-Jul-13 20:20
professionalSatya1441-Jul-13 20:20 
AnswerRe: zero copy in windows Pin
enhzflep2-Jul-13 12:08
enhzflep2-Jul-13 12:08 
AnswerRe: zero copy in windows Pin
Erudite_Eric4-Jul-13 2:23
Erudite_Eric4-Jul-13 2:23 
GeneralRe: zero copy in windows Pin
Satya1447-Jul-13 23:44
professionalSatya1447-Jul-13 23:44 
GeneralRe: zero copy in windows Pin
Erudite_Eric11-Jul-13 6:12
Erudite_Eric11-Jul-13 6:12 
QuestionProblem in returning the used defined data type using structure Pin
Manoj73901-Jul-13 18:48
Manoj73901-Jul-13 18:48 
QuestionProblem in returning the used defined data type using structure Pin
Manoj73901-Jul-13 18:47
Manoj73901-Jul-13 18:47 
QuestionRe: Problem in returning the used defined data type using structure Pin
Richard MacCutchan1-Jul-13 20:42
mveRichard MacCutchan1-Jul-13 20:42 
AnswerRe: Problem in returning the used defined data type using structure Pin
Stefan_Lang3-Jul-13 0:33
Stefan_Lang3-Jul-13 0:33 

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.