Click here to Skip to main content
15,895,859 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCOM classes and pointers Pin
prithaa16-Apr-07 8:47
prithaa16-Apr-07 8:47 
AnswerRe: COM classes and pointers Pin
sthotakura16-Apr-07 8:50
sthotakura16-Apr-07 8:50 
GeneralRe: COM classes and pointers Pin
prithaa16-Apr-07 9:11
prithaa16-Apr-07 9:11 
AnswerRe: COM classes and pointers Pin
sthotakura16-Apr-07 9:29
sthotakura16-Apr-07 9:29 
GeneralRe: COM classes and pointers Pin
prithaa16-Apr-07 18:57
prithaa16-Apr-07 18:57 
GeneralRe: COM classes and pointers Pin
sthotakura16-Apr-07 21:03
sthotakura16-Apr-07 21:03 
QuestionBitmaps to video Pin
bankai12316-Apr-07 6:58
bankai12316-Apr-07 6:58 
AnswerRe: Bitmaps to video Pin
Mark Salsbery16-Apr-07 7:12
Mark Salsbery16-Apr-07 7:12 
If you just want to display them as a video then you can draw the bitmaps to a window as they
come in.

If you want to save a video file then you'll need to know the file format, and if it's a compressed
format, how to compress the images into a video stream.

For free, if Windows Meda Format is acceptable, you can use the Windows Media Format SDK[^]
to write an image stream to a Windows Media Video (WMV) file.

There's lots of third party stuff available I'm sure, but I've never used any.

Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: Bitmaps to video Pin
bankai12316-Apr-07 8:04
bankai12316-Apr-07 8:04 
GeneralRe: Bitmaps to video Pin
Mark Salsbery16-Apr-07 8:15
Mark Salsbery16-Apr-07 8:15 
GeneralRe: Bitmaps to video Pin
bankai12317-Apr-07 3:03
bankai12317-Apr-07 3:03 
GeneralRe: Bitmaps to video Pin
Mark Salsbery17-Apr-07 5:09
Mark Salsbery17-Apr-07 5:09 
QuestionIID_IHTMLElement Failing Pin
Abhi Lahare16-Apr-07 5:51
Abhi Lahare16-Apr-07 5:51 
AnswerRe: IID_IHTMLElement Failing Pin
led mike16-Apr-07 9:09
led mike16-Apr-07 9:09 
GeneralRe: IID_IHTMLElement Failing Pin
Abhi Lahare16-Apr-07 21:55
Abhi Lahare16-Apr-07 21:55 
GeneralRe: IID_IHTMLElement Failing Pin
Mark Salsbery17-Apr-07 5:15
Mark Salsbery17-Apr-07 5:15 
GeneralRe: IID_IHTMLElement Failing Pin
Abhi Lahare19-Apr-07 2:59
Abhi Lahare19-Apr-07 2:59 
AnswerRe: IID_IHTMLElement Failing Pin
Mark Salsbery16-Apr-07 10:26
Mark Salsbery16-Apr-07 10:26 
AnswerRe: IID_IHTMLElement Failing Pin
Stephen Hewitt16-Apr-07 14:23
Stephen Hewitt16-Apr-07 14:23 
GeneralRe: IID_IHTMLElement Failing [modified] Pin
Abhi Lahare16-Apr-07 19:51
Abhi Lahare16-Apr-07 19:51 
QuestionTBSTYLE_EX_DRAWDDARROWS Pin
bob1697216-Apr-07 5:50
bob1697216-Apr-07 5:50 
QuestionMBCS - Character range generation Pin
John R. Shaw16-Apr-07 5:36
John R. Shaw16-Apr-07 5:36 
AnswerRe: MBCS - Character range generation Pin
Michael Dunn16-Apr-07 9:57
sitebuilderMichael Dunn16-Apr-07 9:57 
GeneralRe: MBCS - Character range generation Pin
John R. Shaw16-Apr-07 12:28
John R. Shaw16-Apr-07 12:28 
Questionwhere are my attributes Pin
zqueezy16-Apr-07 5:33
zqueezy16-Apr-07 5: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.