LoadPlugin
From Avisynth wiki
(Difference between revisions)
(Created page with "'''Plugins''' With these functions you can add external functions to AviSynth. ''LoadPlugin ("filename" [, ...])'' Loads one or more external avisynth plugins (DLLs). ----...") |
Raffriff42 (Talk | contribs) (Category:Plugin_loaders ** note unused body text due to redirect **) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | #REDIRECT [[Plugins#LoadPlugin]] | ||
+ | |||
+ | [[Category:AviSynth_Syntax]] | ||
+ | [[Category:Scripting_Reference]] | ||
+ | [[Category:Plugin_loaders]] | ||
+ | |||
+ | <!-- | ||
+ | |||
'''Plugins''' | '''Plugins''' | ||
Line 39: | Line 47: | ||
Kevin provides a LoadCPlugin.dll that overloads the LoadCPlugin() verb to support plugins compiled using the C subroutine calling sequence, use Load_Stdcall_Plugin() to load stdcall calling sequence plugins when using Kevins version. Advice: keep these plugins outside your auto plugin loading directory to prevent crashes. [http://forum.doom9.org/showthread.php?s=&threadid=58840 discussion] [http://kevin.atkinson.dhs.org/avisynth_c/ AVISynth C API (by kevina20723)] | Kevin provides a LoadCPlugin.dll that overloads the LoadCPlugin() verb to support plugins compiled using the C subroutine calling sequence, use Load_Stdcall_Plugin() to load stdcall calling sequence plugins when using Kevins version. Advice: keep these plugins outside your auto plugin loading directory to prevent crashes. [http://forum.doom9.org/showthread.php?s=&threadid=58840 discussion] [http://kevin.atkinson.dhs.org/avisynth_c/ AVISynth C API (by kevina20723)] | ||
+ | [[Category:AviSynth_Syntax]] | ||
+ | [[Category:Scripting_Reference]] | ||
− | + | --> |
Latest revision as of 08:34, 23 January 2016
- REDIRECT Plugins#LoadPlugin