View Single Post
Old 31st January 2020, 17:44   #10  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by TheFluff View Post
Avs+ passes LOAD_WITH_ALTERED_SEARCH_PATH to LoadLibraryEx, which means the dependency search will start in the folder the loaded module is in (that is, the plugins folder). Putting libfftw3.dll in the plugins dir is thus fine.
The calls to the fftw DLLs are in the plugins themselves, for example in dtftest it's this line:
hLib = LoadLibrary("libfftw3f-3.dll");

Anyway, I tested this and AVS+ does not change what I stated above.
__________________
Groucho's Avisynth Stuff
Groucho2004 is offline   Reply With Quote