|
|
Are you linking in the source files from the sample, or using it as a separate filter DLL? If it's separate, you'll need to define the guid in your calling program by including the header or copy/pasting the code.
I can't remember the layout of that particular sample, but try a search for CLSID_GrabberSample to see where it's defined. That's what you need.
|