Click here to Skip to main content
15,904,346 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC portability to linux? Pin
Matthew Faithfull15-Jun-07 8:42
Matthew Faithfull15-Jun-07 8:42 
AnswerRe: MFC portability to linux? Pin
MANISH RASTOGI15-Jun-07 19:30
MANISH RASTOGI15-Jun-07 19:30 
GeneralRe: MFC portability to linux? Pin
Electronic7515-Jun-07 21:00
Electronic7515-Jun-07 21:00 
GeneralRe: MFC portability to linux? Pin
toxcct16-Jun-07 2:15
toxcct16-Jun-07 2:15 
AnswerRe: MFC portability to linux? Pin
Abhijeet Pathak15-Jun-07 23:17
Abhijeet Pathak15-Jun-07 23:17 
AnswerRe: MFC portability to linux? Pin
toxcct16-Jun-07 2:18
toxcct16-Jun-07 2:18 
QuestionAbout Directshow Intelliconnect Pin
Akin Ocal15-Jun-07 6:42
Akin Ocal15-Jun-07 6:42 
AnswerRe: About Directshow Intelliconnect Pin
Mark Salsbery15-Jun-07 7:31
Mark Salsbery15-Jun-07 7:31 
Akin Ocal wrote:
Is it possible , how can i do these ?


IGraphBuilder::RenderFile() could be used if you want the graph builder to build the complete
graph for you.

If you want to use specific renderers, then you can:

Use IGraphBuilder::AddSourceFilter() to (hopefully) load the filter needed for QuickTime files
Load your renderer filter(s) and add to the graph.
Use IBaseFilter::EnumPins() to find th output pin(s) of the source filter.
For each output pin, use IGraphBuilder::Render() - Intelligent Connect will use whatever filters
necessary between the source output pins and the renderer input pins.

If Intelligent Connect isn't able to find the correct source filter (it would be because the
source filter was implemented incorrectly) then you'll need to load the filter manually. You can
get the GUID from GRAPHEDIT.EXE.

Good luck! Anything that starts with the letters "Intelli" is suspect....remember
IntelliSense? Smile | :)

Mark






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

GeneralRe: About Directshow Intelliconnect Pin
Akin Ocal15-Jun-07 8:21
Akin Ocal15-Jun-07 8:21 
GeneralRe: About Directshow Intelliconnect Pin
Mark Salsbery15-Jun-07 8:28
Mark Salsbery15-Jun-07 8:28 
QuestionTo retrieve data from SQL server 2000 from Visual C++.NET Pin
mikobi15-Jun-07 6:23
mikobi15-Jun-07 6:23 
AnswerRe: To retrieve data from SQL server 2000 from Visual C++.NET Pin
led mike15-Jun-07 6:42
led mike15-Jun-07 6:42 
AnswerRe: To retrieve data from SQL server 2000 from Visual C++.NET Pin
David Crow15-Jun-07 6:50
David Crow15-Jun-07 6:50 
QuestionTo display Crystal REports Pin
mikobi15-Jun-07 6:11
mikobi15-Jun-07 6:11 
QuestionHow to create new functions on runtime with or without VC++ editor and to compile them? Pin
Arris7415-Jun-07 6:01
Arris7415-Jun-07 6:01 
AnswerRe: How to create new functions on runtime with or without VC++ editor and to compile them? Pin
Matthew Faithfull15-Jun-07 6:28
Matthew Faithfull15-Jun-07 6:28 
GeneralRe: How to create new functions on runtime with or without VC++ editor and to compile them? Pin
Arris7415-Jun-07 23:33
Arris7415-Jun-07 23:33 
GeneralRe: How to create new functions on runtime with or without VC++ editor and to compile them? Pin
Matthew Faithfull16-Jun-07 0:08
Matthew Faithfull16-Jun-07 0:08 
Questionquery based on date (CRecordset) Pin
paulosuckow15-Jun-07 6:00
paulosuckow15-Jun-07 6:00 
QuestionRe: query based on date (CRecordset) Pin
David Crow15-Jun-07 6:52
David Crow15-Jun-07 6:52 
AnswerRe: query based on date (CRecordset) Pin
paulosuckow15-Jun-07 7:02
paulosuckow15-Jun-07 7:02 
QuestionRe: query based on date (CRecordset) Pin
David Crow15-Jun-07 8:45
David Crow15-Jun-07 8:45 
AnswerRe: query based on date (CRecordset) Pin
Mark Salsbery15-Jun-07 9:22
Mark Salsbery15-Jun-07 9:22 
QuestionScrolling List Pin
thenewbee15-Jun-07 4:47
thenewbee15-Jun-07 4:47 
AnswerRe: Scrolling List Pin
CPallini15-Jun-07 5:55
mveCPallini15-Jun-07 5:55 

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.