Running Video/DirectShow Plugin Demo

vitiluck

11-10-2007 05:05:43

I install OGRE sdk. ( prebuilt version).
then download addon src code. and compiled the video/directshow plugin.
and the demo app.

I have no idea how to load the plug dll in the demo app. in fact it failed.
Here is my steps:

plug dll and demo app put to SDK\bin\debug
edit the plugins.cfg --- add plugin=wmvideo

In debug plugin, the DLL is surely loaded, but assert false every time.
seems the createDefinedTexture is not initialized.

I want to know how to auto config the plugin parameters. though the demo is attech with a material file, I dn't know how to apply it.