PDA

View Full Version : autoload dgdecode.dll


Doom9
14th May 2005, 23:39
if I put that dll in my plugins folder (which is properly registered as the autoload folder via the registry), using mpeg2source without loading the plugin fails. How do I get AviSynth 2.55 to autoload dgindex? Does autoloading only work when the dll has the same name as the function?

I then tried rewriting my script and using dgdecode_mpeg2dec works without me having to put any loadplugin statements into the script. Is that the only way or is there a way to get AviSynth to load my dgdecode.dll from the plugin folder without me having to specify the name in the function?

scharfis_brain
14th May 2005, 23:52
probably there is another DLL in your autoloading DIR that also contains a function called 'mpeg2source'.

have a look for mpeg2dec3 or similar called DLLs and remove them from the autoloading DIR.

Doom9
14th May 2005, 23:57
urgh.. thank good I have my clueless n00b stamp. I don't know where it came from but I indeed had an old mpeg2dec3.dll in the plugins folder. I wonder where that came from. thanks