Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Whats the best way to register my filter using Visual Studio?

0
Posted

Whats the best way to register my filter using Visual Studio?

0

A. With VC7.0 and later, there is a Register Output option on the Linker page of the project’s properties. This is the simplest method. With earlier versions of VC, select all build configurations and add a post-build event (Project -> Properties -> Build Events -> Post-Build Event): Command Line: regsvr32 /s “$(TargetPath)” Description: Registering $(TargetPath) Exclude from build: No With this technique, when a filter is linked it will automatically register itself and replace any filter previously registered using the same CLSID. If you use TMH’s filter wizard, self-registering is added automatically to the filter project.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123