Re: Regsvr32 problem for my in-place transform filter



On Sun, 10 Apr 2005 15:07:53 +0800, Jason Ho wrote:

> I have my in-place transform filter to convert video to B&W. I don't know
> why if I build my filter in release mode (in VC++ 6) and use regsvr32 to
> register the filter, the filter's path will be set to the path of the
> regsvr32.exe (as shown in the attahced image).
>
> But if I build the filter in debug mode, everything is alright!
>
> Do you know how to solve this problem?

How exactly are you registering the filter? (command line or VS post-build
step?, give the exact command you are using, are you giving the full path
name of the file to regsvr32?)

Can you include a code snippet from the header that defines the filter
info?


--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution
.



Relevant Pages

  • Re: avssamp input pin
    ... VideoInPinName is "Video In" ... that there is no input pin in the tree view of the add filter dialog, ... How can I register it under CLSID_VideoInputDeviceCategory category? ...
    (microsoft.public.development.device.drivers)
  • Re: avssamp input pin
    ... VideoInPinName is "Video In" ... that there is no input pin in the tree view of the add filter dialog, ... I have to clear avssamp provided inf file in order to get it right. ... How can I register it under CLSID_VideoInputDeviceCategory category? ...
    (microsoft.public.development.device.drivers)
  • Re: Problem with Registering filter on windows mobile
    ... If you install the desktop DirectX SDK, the sample grabber filter shipped ... with that will register and work on windows mobile. ... but not with the Windows Mobile SDK yet. ... STDMETHODIMP GetCurFile(LPOLESTR * ppszFileName,AM_MEDIA_TYPE ...
    (microsoft.public.windowsce.app.development)
  • Re: FileWriter :: Change file wile the graph is running
    ... >>If you don't register the bridge filter it crashes (if you actually build ... The bridge filter is of course registered, do not think we are beginners. ... >> register a DShow filter before using it. ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: Simple custom filter crash (AddRef()) on Windows Mobile 5.0
    ... I am using "regsvrce.exe" to register the filter. ... const AMOVIESETUP_MEDIATYPE sudPinTypes = ... CBaseRenderer, pUnk, phr) ...
    (microsoft.public.windowsce.app.development)