Re: [Cegcc-devel] directshow inclusion

2009-01-21 Thread Ryan Raasch
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: >

Re: [Cegcc-devel] directshow inclusion

2009-01-21 Thread Vincent Torri
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

[Cegcc-devel] directshow inclusion

2009-01-21 Thread Ryan Raasch
Hello, 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 do i be