Log in

View Full Version : Error while trying to use FFT3DFilter


Titan79
3rd June 2010, 21:06
I was told about this filter last night and really wanted to try it.. however when I load it into my script I get an error "FFT3DFilter: Can not load FFTW3.DLL!" so when I then go back and try to load the dll manually it then tells me that FFTW3.DLL isn't a plugin.. How can I over come or fix this error so that I may use the fft3dfilter?

Gser
3rd June 2010, 21:27
Put it in the system32 folder. Go to start menu-->run-->type: system32 then throw the file in there.

Titan79
3rd June 2010, 21:41
Put it in the system32 folder. Go to start menu-->run-->type: system32 then throw the file in there.

OK TY for that.. however when I tried it.. Copied fftw3.dll and also tried the whole folder that I got into system32. avsp is still saying it can't load fftw3.dll file??? did I do something wrong?

Gser
3rd June 2010, 22:36
OK TY for that.. however when I tried it.. Copied fftw3.dll and also tried the whole folder that I got into system32. avsp is still saying it can't load fftw3.dll file??? did I do something wrong?

Did you try rebooting after?

talen9
3rd June 2010, 22:37
If you have a 64-bit based Microsoft OS, you have to put it into C:\Windows\SYSWOW64 folder ... if you use the search function in the forums, you'll find plenty of such threads :rolleyes:

Titan79
4th June 2010, 02:42
If you have a 64-bit based Microsoft OS, you have to put it into C:\Windows\SYSWOW64 folder ... if you use the search function in the forums, you'll find plenty of such threads :rolleyes:

Thanks very much.. that was the problem.. I will continue to learn and read thru the forums.. Thanks again to everyone that helped..