DirectShow filter
Please give me some direction as to where I can obtain quartz.lib for the SDK.
Thanks,
Jonny
Please give me some direction as to where I can obtain quartz.lib for the SDK.
Thanks,
Jonny
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.