Click here to Skip to main content
15,905,967 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionFFMPEG +VC++ Console Programming Pin
RahulOP21-Jun-06 2:28
RahulOP21-Jun-06 2:28 
AnswerRe: FFMPEG +VC++ Console Programming Pin
NiceNaidu21-Jun-06 2:38
NiceNaidu21-Jun-06 2:38 
GeneralRe: FFMPEG +VC++ Console Programming Pin
RahulOP21-Jun-06 3:27
RahulOP21-Jun-06 3:27 
AnswerRe: FFMPEG +VC++ Console Programming Pin
Justin Tay21-Jun-06 2:44
Justin Tay21-Jun-06 2:44 
GeneralRe: FFMPEG +VC++ Console Programming Pin
RahulOP21-Jun-06 3:28
RahulOP21-Jun-06 3:28 
AnswerRe: FFMPEG +VC++ Console Programming Pin
NiceNaidu21-Jun-06 2:48
NiceNaidu21-Jun-06 2:48 
GeneralRe: FFMPEG +VC++ Console Programming Pin
RahulOP21-Jun-06 3:32
RahulOP21-Jun-06 3:32 
AnswerRe: FFMPEG +VC++ Console Programming Pin
Viorel.21-Jun-06 3:08
Viorel.21-Jun-06 3:08 
Maybe you are closing the write handle for pipe too early, while the ffmpeg.exe process is still running?

Perhaps you have to wait for process termination before closing the handle, like this:

::WaitForSingleObject(pInfo.hProcess, INFINITE);
::CloseHandle(wPipe);

GeneralRe: FFMPEG +VC++ Console Programming Pin
RahulOP21-Jun-06 3:30
RahulOP21-Jun-06 3:30 
QuestionWindow Messages between different dialogs/Views Pin
The Jerryman21-Jun-06 2:07
The Jerryman21-Jun-06 2:07 
AnswerRe: Window Messages between different dialogs/Views Pin
NiceNaidu21-Jun-06 2:25
NiceNaidu21-Jun-06 2:25 
AnswerRe: Window Messages between different dialogs/Views Pin
David Crow21-Jun-06 2:47
David Crow21-Jun-06 2:47 
Questionquestion for Microsoft Office File Properties Pin
tarikata21-Jun-06 2:05
tarikata21-Jun-06 2:05 
QuestionRe: question for Microsoft Office File Properties Pin
David Crow21-Jun-06 2:50
David Crow21-Jun-06 2:50 
AnswerRe: question for Microsoft Office File Properties Pin
tarikata21-Jun-06 4:14
tarikata21-Jun-06 4:14 
QuestionRe: question for Microsoft Office File Properties Pin
David Crow21-Jun-06 4:25
David Crow21-Jun-06 4:25 
AnswerRe: question for Microsoft Office File Properties Pin
tarikata22-Jun-06 0:45
tarikata22-Jun-06 0:45 
QuestionCString GetLength() issue Pin
kitty521-Jun-06 1:50
kitty521-Jun-06 1:50 
AnswerRe: CString GetLength() issue [modified] Pin
_AnsHUMAN_ 21-Jun-06 1:54
_AnsHUMAN_ 21-Jun-06 1:54 
GeneralRe: CString GetLength() issue Pin
Sarath C21-Jun-06 1:59
Sarath C21-Jun-06 1:59 
AnswerRe: CString GetLength() issue Pin
Sarath C21-Jun-06 1:58
Sarath C21-Jun-06 1:58 
GeneralRe: CString GetLength() issue Pin
kitty521-Jun-06 1:59
kitty521-Jun-06 1:59 
GeneralRe: CString GetLength() issue Pin
Sarath C21-Jun-06 2:00
Sarath C21-Jun-06 2:00 
AnswerRe: CString GetLength() issue Pin
NiceNaidu21-Jun-06 2:03
NiceNaidu21-Jun-06 2:03 
AnswerRe: CString GetLength() issue Pin
Sarath C21-Jun-06 2:14
Sarath C21-Jun-06 2:14 

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.