Platform SDK - directshow samples usage ??
Hi,
i installed Microsoft platform SDK and directX 9.0 sdk (december 2005).
I'm using vidual studio 2005.
after compiling correctly all directshow samples in the platform sdk sub tree, i obtain demo filters like rgbfilter.dll,....
i can't manage to use them i graphedit because regsvr32 doesn't want to regsietr these filters..
does anyone have an idea ??
thanx.
[416 byte] By [
LaMouche] at [2007-11-19 19:33:37]

# 1 Re: Platform SDK - directshow samples usage ??
my last post was a little bit confused..
here are the details :
i compiled the directshow examples with the nmake command line : "nmake Makefile"
the output files of each filter folders are .lib and .dll files.
As I remember i should obtain .ax files (directshow filters), and register them manually with regsrv32.exe to use them i my own graphs or with graphedit utility but i don't have those files.
any idea ?