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?
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?