Click here to Skip to main content
15,913,179 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem on examing a String (token from a file) Pin
Immunity1830-May-07 3:25
Immunity1830-May-07 3:25 
GeneralRe: Problem on examing a String (token from a file) Pin
David Crow30-May-07 3:29
David Crow30-May-07 3:29 
GeneralRe: Problem on examing a String (token from a file) Pin
Immunity1830-May-07 3:41
Immunity1830-May-07 3:41 
QuestionChange MFC Dialog name (when running) Pin
Johpoke29-May-07 9:26
Johpoke29-May-07 9:26 
AnswerRe: Change MFC Dialog name (when running) Pin
shiraztk29-May-07 9:52
shiraztk29-May-07 9:52 
AnswerRe: Change MFC Dialog name (when running) (solved) Pin
Johpoke29-May-07 20:06
Johpoke29-May-07 20:06 
QuestionQuestion about Creating Directshow Filter with a callback Pin
godspeed12329-May-07 8:29
godspeed12329-May-07 8:29 
AnswerRe: Question about Creating Directshow Filter with a callback Pin
Mark Salsbery29-May-07 9:03
Mark Salsbery29-May-07 9:03 
You should be able to add a callback function to your filter module just like you would anywhere
else.

If you aren't connecting to the camera within the filter, then you can add a method to your
filter class which returns the address of the callback. Once you obtain an interface to
the filter (when creating the graph) you can use that interface instance to call the
method.

I hope that make sense,
Mark


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

GeneralRe: Question about Creating Directshow Filter with a callback Pin
godspeed12329-May-07 10:42
godspeed12329-May-07 10:42 
GeneralRe: Question about Creating Directshow Filter with a callback Pin
Mark Salsbery29-May-07 13:27
Mark Salsbery29-May-07 13:27 
GeneralRe: Question about Creating Directshow Filter with a callback Pin
godspeed12330-May-07 7:13
godspeed12330-May-07 7:13 
GeneralRe: Question about Creating Directshow Filter with a callback Pin
Mark Salsbery30-May-07 7:27
Mark Salsbery30-May-07 7:27 
GeneralRe: Question about Creating Directshow Filter with a callback Pin
godspeed12330-May-07 7:35
godspeed12330-May-07 7:35 
QuestionC++ basic question - parametrized and default constructors Pin
Vaclav_29-May-07 8:23
Vaclav_29-May-07 8:23 
AnswerRe: C++ basic question - parametrized and default constructors Pin
Mark Salsbery29-May-07 9:17
Mark Salsbery29-May-07 9:17 
AnswerRe: C++ basic question - parametrized and default constructors Pin
shiraztk29-May-07 10:05
shiraztk29-May-07 10:05 
GeneralRe: C++ basic question - parametrized and default constructors Pin
Vaclav_30-May-07 9:07
Vaclav_30-May-07 9:07 
QuestionHow to use a camera? Pin
smzhaq29-May-07 8:05
smzhaq29-May-07 8:05 
AnswerRe: How to use a camera? Pin
Vaclav_29-May-07 8:40
Vaclav_29-May-07 8:40 
AnswerRe: How to use a camera? Pin
Mark Salsbery29-May-07 9:11
Mark Salsbery29-May-07 9:11 
QuestionElegant way to read data from text file Pin
ldsdbomber29-May-07 7:31
ldsdbomber29-May-07 7:31 
AnswerRe: Elegant way to read data from text file Pin
David Crow29-May-07 8:03
David Crow29-May-07 8:03 
QuestionHow to use Create instead of LoadFrame Pin
prithaa29-May-07 7:11
prithaa29-May-07 7:11 
AnswerRe: How to use Create instead of LoadFrame Pin
Nibu babu thomas29-May-07 17:32
Nibu babu thomas29-May-07 17:32 
GeneralRe: How to use Create instead of LoadFrame Pin
prithaa29-May-07 18:03
prithaa29-May-07 18:03 

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.