FFDShow in my project...
-
Hi All.. I need to use FFDShow interfaces in my VC++ project. how can i proceed. I got ffdshow.ax file from the FFDShow instalation directory. But there is no tlb file to import. Can i use this .ax file for getting the interfaces...? Or any other methods there to proceed... Please help me...
-
Hi All.. I need to use FFDShow interfaces in my VC++ project. how can i proceed. I got ffdshow.ax file from the FFDShow instalation directory. But there is no tlb file to import. Can i use this .ax file for getting the interfaces...? Or any other methods there to proceed... Please help me...
-
directshow filters normally doesn't have a typelib, because its not necessary for them to support IDispatch interface. Isn't it possible to get header files of ffdshow? How did you solve the problem?
Still i am not able to fix the problem. For the time being i am using the FFDShow registry settings for my purpose. But this is not A PERMANENT SOLUTION for me...