xlat808
18th April 2011, 20:20
I am getting this error message when trying to open my plugin DLL:
---------------------------
VirtualDub Error
---------------------------
Avisynth open failure:
LoadPlugin: unable to load "C:\Program Files (x86)\AviSynth 2.5\plugins\PerfPlugins.dll"
(C:\Users\madeeds\Documents\Video Performance\AviSynth\Convolution.avs, line 14)
---------------------------
OK
---------------------------
It was working fine until I tried to link in the 32-bit FFTW library (libfftw3-3.lib). I am using Visual Studio 2010 and have the target set to Win32 Debug. As you can see from the path above, AviSynth is also 32 bit.
Any tips on what's going wrong or how to debug it? I tried to debug, with VS, but as you might expect, the failure is happening before the DLL is loaded.
---------------------------
VirtualDub Error
---------------------------
Avisynth open failure:
LoadPlugin: unable to load "C:\Program Files (x86)\AviSynth 2.5\plugins\PerfPlugins.dll"
(C:\Users\madeeds\Documents\Video Performance\AviSynth\Convolution.avs, line 14)
---------------------------
OK
---------------------------
It was working fine until I tried to link in the 32-bit FFTW library (libfftw3-3.lib). I am using Visual Studio 2010 and have the target set to Win32 Debug. As you can see from the path above, AviSynth is also 32 bit.
Any tips on what's going wrong or how to debug it? I tried to debug, with VS, but as you might expect, the failure is happening before the DLL is loaded.