Thanks for response.
So now i am reading through the strmif.h and inluding the missing
interfaces and methods (IPin, IBaseFilter, IGraphBuilder, etc. ).
From what i've read, these definitions are generated from an idl file,
strmif.h using MIDL.exe.
Any comments?
Ryan
Vincent Torri wrote:
>
Hey,
> I am using the mingw32ce toolchain for the mobile plaform. I need to
> control a camera, and take pictures etc. So to do this, i will use
> DirectShow, etc. ( don't really know all the needed libraries). However,
> there is scattered and limited directx support in the toolchain.
>
> Where