LoadDLL

From Avisynth wiki
Jump to navigationJump to search
Abstract
Author tsp
Version v1.0
Download LoadDLL10.7z
Category Support filters
License GPLv2
Discussion Doom9 Forum


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


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.


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


  • GitHub - Source code repository.




Back to External Filters