DirectShow filter

I'd like to build a DirectShow filter for Windows Mobile 2005 Pocket PC but it appears that the SDK lacks quartz.lib.

Please give me some direction as to where I can obtain quartz.lib for the SDK.

Thanks,
Jonny

[219 byte] By [Intelligence] at [2008-1-31]
# 1
I assume you mean to literaly write your own Filter using the Filter helper classes as defined in streams.h.

I don't think the quartz.dll is needed. In any event it is not there. I did find Strmbase.lib. This will get you most of the way there, but I think there is a bug in the SDK because there are still a couple symbols that do not get resolved.

So in summary ...
1) Use Streams.h to include the base class definitions for your new filter
2) Add Strmbase.lib to resolve link references.

(Note: Currently there are some link failures still. I believe there is a mismatch between Streams.h and Strmbase.lib.

In case you are wondering there is no Strmbasd.lib.

LostInTheNorthWoods at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...