How to register a directshow filter in Windows Mobile 5.0?

Hi

I write a directshow filter (eg. mp4demux.ax) for window mobile 5.0 by using Visual studio 2005

In windows xp , I just register the filter by calling "regsvr32 mp4demux.ax"

But How to do the same work in Window Mobile 5.0 Must I create a self-register filter

Thanks




Answer this question

How to register a directshow filter in Windows Mobile 5.0?

  • David Joyce

    Try registering it with regsvrce.exe, which you will get with eVC installation.

    Or here http://www.pocketc.net/release/Distribute/regsvrce.zip

    -Mahesh


  • Chr1s Harrison

    Did you get any solution for this if yes, can you pls share it

    Thanks, Raja


  • Javahar

    I have the same problem... i have listen about self registering with installation file... anyone found a solution

  • How to register a directshow filter in Windows Mobile 5.0?