views:

269

answers:

0

Hello,

I am trying to build a video dsp plugin for Media Player 12 x32 running on Windows 7 x64. I installed Visual Studio 2008 and the Windows SDK 7 on the target machine and used Media Player SDK wizzard to create the example video dsp plugin project. Built the project successfully and registered the resulting dlls (wmpplugin1.dll and wmpplugin1PS.dll). The plugin appears in Media Player, however it does not work. It's weird because in library mode I can access the plugin's properties, however once I start playing the video clicking on the plugins properties gives an error "The plugin has no properties that you can set". I can access the plugin's properties while playing video only if I disable the plugin. I've noticed that other people are experiencing similar problems with already available plugins http://www.solveigmm.com/forum/index.php?topic=2541.0

I am also planning to migrate a video dsp plugin for WMP 11 to version 12. Any advice will be very helpful and appreciated. Thank you in advance, Roumen