Click here to Skip to main content
15,923,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: static control Pin
_AnsHUMAN_ 21-Jun-06 2:48
_AnsHUMAN_ 21-Jun-06 2:48 
AnswerRe: static control Pin
Hamid_RT21-Jun-06 7:40
Hamid_RT21-Jun-06 7:40 
GeneralRe: static control Pin
ashish dogra21-Jun-06 3:02
ashish dogra21-Jun-06 3:02 
GeneralRe: static control Pin
happy_ram21-Jun-06 3:15
happy_ram21-Jun-06 3:15 
GeneralRe: static control Pin
ashish dogra21-Jun-06 3:17
ashish dogra21-Jun-06 3:17 
GeneralRe: static control Pin
Cedric Moonen21-Jun-06 3:29
Cedric Moonen21-Jun-06 3:29 
QuestionA Drag and Drop Handle? [modified] Pin
TheDelChop21-Jun-06 2:35
TheDelChop21-Jun-06 2:35 
AnswerRe: A Drag and Drop Handle? Pin
David Crow21-Jun-06 2:39
David Crow21-Jun-06 2:39 
AnswerRe: A Drag and Drop Handle? Pin
normanS21-Jun-06 4:47
normanS21-Jun-06 4:47 
AnswerRe: A Drag and Drop Handle? Pin
Michael Dunn21-Jun-06 6:40
sitebuilderMichael Dunn21-Jun-06 6:40 
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 

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.