Click here to Skip to main content
15,891,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Issue with ptr_fun VS2008 Pin
Stuart Dootson4-Jun-09 15:11
professionalStuart Dootson4-Jun-09 15:11 
GeneralRe: Issue with ptr_fun VS2008 Pin
parama_chakra4-Jun-09 18:20
parama_chakra4-Jun-09 18:20 
QuestionHow to join .wav and .avi files using VC++ Pin
Nikhil_77774-Jun-09 13:32
Nikhil_77774-Jun-09 13:32 
AnswerRe: How to join .wav and .avi files using VC++ Pin
Chandrasekharan P4-Jun-09 17:47
Chandrasekharan P4-Jun-09 17:47 
QuestionRe: How to join .wav and .avi files using VC++ Pin
Nikhil_77774-Jun-09 18:14
Nikhil_77774-Jun-09 18:14 
AnswerRe: How to join .wav and .avi files using VC++ Pin
Chandrasekharan P4-Jun-09 19:03
Chandrasekharan P4-Jun-09 19:03 
AnswerRe: How to join .wav and .avi files using VC++ Pin
Rajesh R Subramanian4-Jun-09 19:48
professionalRajesh R Subramanian4-Jun-09 19:48 
AnswerRe: How to join .wav and .avi files using VC++ Pin
molesworth4-Jun-09 22:49
molesworth4-Jun-09 22:49 
You can use DirectShow from C++, and it's probably the best way to do things like this.

However, if you want an alternative, have a look at the Windows Multimedia functions (AVIFileOpen, AVIStreamRead, AVIStreamWrite etc.). Note that they do have limitations, and DirectShow is the better option.

There are three kinds of people in the world - those who can count and those who can't...

GeneralRe: How to join .wav and .avi files using VC++ Pin
Nikhil_77775-Jun-09 10:09
Nikhil_77775-Jun-09 10:09 
QuestionInterProcess Communication Pin
Identity Undisclosed4-Jun-09 12:56
Identity Undisclosed4-Jun-09 12:56 
AnswerRe: InterProcess Communication Pin
Garth J Lancaster4-Jun-09 13:28
professionalGarth J Lancaster4-Jun-09 13:28 
GeneralRe: InterProcess Communication Pin
Identity Undisclosed4-Jun-09 13:43
Identity Undisclosed4-Jun-09 13:43 
GeneralRe: InterProcess Communication Pin
Peter Weyzen4-Jun-09 20:51
Peter Weyzen4-Jun-09 20:51 
AnswerRe: InterProcess Communication Pin
Stuart Dootson4-Jun-09 14:54
professionalStuart Dootson4-Jun-09 14:54 
GeneralRe: InterProcess Communication Pin
Michael Dunn4-Jun-09 17:03
sitebuilderMichael Dunn4-Jun-09 17:03 
QuestionVisual C++ and LPCWSTR Pin
felixlover4ever4-Jun-09 11:11
felixlover4ever4-Jun-09 11:11 
AnswerRe: Visual C++ and LPCWSTR Pin
Baltoro4-Jun-09 12:45
Baltoro4-Jun-09 12:45 
GeneralRe: Visual C++ and LPCWSTR Pin
Michael Dunn4-Jun-09 17:06
sitebuilderMichael Dunn4-Jun-09 17:06 
QuestionHelp storing audio buffer to temp file Pin
Nikhil_77774-Jun-09 11:11
Nikhil_77774-Jun-09 11:11 
AnswerRe: Help storing audio buffer to temp file Pin
molesworth4-Jun-09 12:26
molesworth4-Jun-09 12:26 
GeneralRe: Help storing audio buffer to temp file Pin
Nikhil_77774-Jun-09 13:41
Nikhil_77774-Jun-09 13:41 
GeneralRe: Help storing audio buffer to temp file Pin
molesworth4-Jun-09 22:37
molesworth4-Jun-09 22:37 
QuestionC++/MFC and Sharepoint upload Pin
Ramchandra.kk4-Jun-09 9:00
Ramchandra.kk4-Jun-09 9:00 
Questionfree is needed when app will exit? Pin
norish4-Jun-09 6:42
norish4-Jun-09 6:42 
AnswerRe: free is needed when app will exit? Pin
Stuart Dootson4-Jun-09 7:09
professionalStuart Dootson4-Jun-09 7:09 

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.