View Single Post
Old 2nd March 2019, 13:56   #15  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
v0.1.0.4
- Added SI_ModulePath
- Updated some error messages

'SI_ModulePath' returns the directory in which SysInfo.dll resides and can be used for example to load DLL dependencies such as libfftw3f-3.dll via tsp's LoadDLL(). Example:
Code:
LoadDLL(SI_ModulePath + "\libfftw3f-3.dll")
AVISource("Test.avi")
FFT3DFilter()
__________________
Groucho's Avisynth Stuff

Last edited by Groucho2004; 14th March 2019 at 15:22.
Groucho2004 is offline   Reply With Quote