Click here to Skip to main content
15,900,511 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: XML Pin
Stuart Dootson4-Jun-09 23:13
professionalStuart Dootson4-Jun-09 23:13 
QuestionLength of non-english user name Pin
includeh104-Jun-09 17:58
includeh104-Jun-09 17:58 
AnswerRe: Length of non-english user name Pin
«_Superman_»4-Jun-09 18:21
professional«_Superman_»4-Jun-09 18:21 
AnswerRe: Length of non-english user name Pin
CPallini4-Jun-09 21:07
mveCPallini4-Jun-09 21:07 
QuestionSQL Connection with C++ Pin
nv_thien4-Jun-09 17:09
nv_thien4-Jun-09 17:09 
AnswerRe: SQL Connection with C++ Pin
includeh104-Jun-09 18:14
includeh104-Jun-09 18:14 
GeneralRe: SQL Connection with C++ Pin
nv_thien4-Jun-09 18:30
nv_thien4-Jun-09 18:30 
QuestionHow to Create CObArray made of other CObArrays? [modified] Pin
Software20074-Jun-09 16:36
Software20074-Jun-09 16:36 
AnswerRe: How to Create CObArray made of other CObArrays? Pin
«_Superman_»4-Jun-09 18:24
professional«_Superman_»4-Jun-09 18:24 
GeneralRe: How to Create CObArray made of other CObArrays? Pin
Software20075-Jun-09 2:48
Software20075-Jun-09 2:48 
QuestionHi!GUI and ansi C(by:tuan1111) [modified] Pin
tuan11114-Jun-09 16:05
tuan11114-Jun-09 16:05 
AnswerRe: Hi!GUI and ansi C(by:tuan1111) Pin
Chandrasekharan P4-Jun-09 17:37
Chandrasekharan P4-Jun-09 17:37 
AnswerRe: Hi!GUI and ansi C(by:tuan1111) Pin
Hamid_RT4-Jun-09 19:47
Hamid_RT4-Jun-09 19:47 
AnswerRe: Hi!GUI and ansi C(by:tuan1111) Pin
Cedric Moonen4-Jun-09 20:23
Cedric Moonen4-Jun-09 20:23 
QuestionRe: Hi!GUI and ansi C(by:tuan1111) Pin
CPallini4-Jun-09 21:05
mveCPallini4-Jun-09 21:05 
QuestionIssue with ptr_fun VS2008 Pin
parama_chakra4-Jun-09 14:20
parama_chakra4-Jun-09 14:20 
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 

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.