LoadDLL
From Avisynth wiki
		
		
		
| Abstract | |
|---|---|
| Author | tsp | 
| Version | v1.0 | 
| Download | LoadDLL10.7z | 
| Category | Support filters | 
| License | GPLv2 | 
| Discussion | Doom9 Forum | 
| Contents | 
Description
Used to load dll files in AviSynth. Useful if a filter relies on an external dll that are not in the system PATH.
Requirements
- [x86]: AviSynth+ or AviSynth 2.6
- [x64]: AviSynth+
Syntax and Parameters
- loaddll (string)
- string    =   
 - Path and file name of the dll to be loaded.
- loaddll returns TRUE if it succeeded in loading the dll else FALSE.
- Note: PATH can be omitted if the dll file is in the same directory as your AviSynth (*.avs) script.
 
 
- string    =   
Examples
loaddll("C:\fftw3.dll")
Changelog
Version Date Changes
v1.0 2019/03/02 - Updated to AviSynth 2.6 api - x64 binary v1.0 2006/12/18 - Inital release.
Archived Downloads
| Version | Download | Mirror | 
|---|---|---|
| v1.0 (x86/x64) | LoadDLL10.7z | LoadDLL10.7z | 
| v1.0 | LoadDll.zip | LoadDll.zip | 
- x86/x64 version compiled by Groucho2004.
External Links
- GitHub - Source code repository.
Back to External Filters ←
