Log in

View Full Version : A simple question about creating a directshow filter


chiyuwang
29th May 2009, 17:22
I try to create a project to create a simple directshow filter, which uses platform sdk samples. It compiles ok.

but when I try to register it, it fails with error
Inftee.dll was loaded, but DllRegisterServer entry was not found.

I saw that the DllRegisterServer entry is in the file inftee.cpp and have no idea what is wrong I have done.

My code can be downloaded from

http://qiznwa.blu.livefilestore.com/y1ppOWLQxgZFH807FGRgcvXDlLA0oicHP_p98iIoWLVhS6vbmvwvfwy3pmc5ytVL4cHGD5dcwr5VTiuUbWsBnTbntvjvemmA5gZ/infteeFilter.rar?download

Can anyone help me. :helpful:

Nic
31st May 2009, 21:05
Your link didn't work for me. So couldn't check. One thing to check is the DEF file is being used that exports DllRegisterServer. Check other examples, you'll most likely see this being used.

-Nic