Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC frame Pin
Mark Salsbery2-Jul-07 9:39
Mark Salsbery2-Jul-07 9:39 
QuestionWindow registeration Pin
tom groezer2-Jul-07 9:00
tom groezer2-Jul-07 9:00 
AnswerRe: Window registeration Pin
David Crow2-Jul-07 9:48
David Crow2-Jul-07 9:48 
AnswerRe: Window registeration Pin
Mark Salsbery2-Jul-07 9:49
Mark Salsbery2-Jul-07 9:49 
QuestionVMR9 & SampleGrabber at the same time , how ? Pin
Akin Ocal2-Jul-07 8:51
Akin Ocal2-Jul-07 8:51 
AnswerRe: VMR9 & SampleGrabber at the same time , how ? Pin
Mark Salsbery2-Jul-07 9:30
Mark Salsbery2-Jul-07 9:30 
GeneralRe: VMR9 & SampleGrabber at the same time , how ? Pin
Akin Ocal2-Jul-07 11:27
Akin Ocal2-Jul-07 11:27 
GeneralRe: VMR9 & SampleGrabber at the same time , how ? Pin
Mark Salsbery2-Jul-07 12:28
Mark Salsbery2-Jul-07 12:28 
Well this is unfortunate, but based on messing with this and searching for an answer...

It looks like the only workaround is to separate VMR-related and SampleGrabber-related code into
two different source modules. The two modules will need to include a different set of header
files (which means including them in a pre-compiled header won't work).

Another alternative is to make your own custom grabber filter. The Grabber Filter Sample in the
DirectShow SDK implements one that already works. You'd want to change the names and GUIDs to
your own to differentiate it from the SDK sample filter.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

QuestionWhat is dlg subclass ? Pin
prithaa2-Jul-07 8:21
prithaa2-Jul-07 8:21 
AnswerRe: What is dlg subclass ? Pin
David Crow2-Jul-07 8:32
David Crow2-Jul-07 8:32 
AnswerRe: What is dlg subclass ? Pin
Mark Salsbery2-Jul-07 9:06
Mark Salsbery2-Jul-07 9:06 
GeneralRe: What is dlg subclass ? Pin
prithaa3-Jul-07 0:36
prithaa3-Jul-07 0:36 
GeneralRe: What is dlg subclass ? Pin
Mark Salsbery3-Jul-07 5:50
Mark Salsbery3-Jul-07 5:50 
GeneralRe: What is dlg subclass ? Pin
prithaa3-Jul-07 23:35
prithaa3-Jul-07 23:35 
GeneralRe: What is dlg subclass ? Pin
Mark Salsbery4-Jul-07 6:20
Mark Salsbery4-Jul-07 6:20 
QuestionA simple question Pin
paulosuckow2-Jul-07 7:29
paulosuckow2-Jul-07 7:29 
QuestionInfinite value in C++ Pin
includeh102-Jul-07 6:18
includeh102-Jul-07 6:18 
AnswerRe: Infinite value in C++ Pin
Eytukan2-Jul-07 6:22
Eytukan2-Jul-07 6:22 
GeneralRe: Infinite value in C++ Pin
includeh102-Jul-07 6:38
includeh102-Jul-07 6:38 
GeneralRe: Infinite value in C++ Pin
Hamid_RT2-Jul-07 7:52
Hamid_RT2-Jul-07 7:52 
GeneralRe: Infinite value in C++ Pin
includeh102-Jul-07 8:30
includeh102-Jul-07 8:30 
GeneralRe: Infinite value in C++ Pin
Hamid_RT2-Jul-07 9:16
Hamid_RT2-Jul-07 9:16 
AnswerRe: Infinite value in C++ Pin
David Crow2-Jul-07 8:36
David Crow2-Jul-07 8:36 
Questionresizing child windows Pin
sdancer752-Jul-07 5:30
sdancer752-Jul-07 5:30 
AnswerRe: resizing child windows Pin
David Crow2-Jul-07 5:34
David Crow2-Jul-07 5:34 

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.