I am studying the registration of the directshow filter at runtime and probably should use reflection for this and then call regsvr32 somehow using binary data. Not sure if this is possible, it sounds complicated. Basically I have a DLL file, which is a filter, and I added it to the solution as an embedded resource, but after that I got stuck ... not sure how to register it. Somebody knows? Is it possible to do this or should I have a file to register it? Thank.
Greetings.
source
share