Hi,
I have gone through the forum and help documents before posting here.
I have created a simple plugin using InvertNeg sample or very similar.
This compiles fine using visual studio 2019 but the avs script will not load the plugin with the error message "x cannot be used as plugin for avisythn"
I am using the AvsPmod to confirm that script is fine and that file works. Without the plugin using L-Smash all is good.
I have initially thought perhaps using vs2019 is the issue but i have used the avisynth 3.5.1 [AviSynthPlus-3.5.1_20200402_vcredist.exe] which appears to support the latest ms version
This is all 32 bit to ensure that is not the issue.
I have attached the vs project with the lib and include in the zip
any helpers or pointers would be greatly appreciated.
+ Reply to Thread
Results 1 to 3 of 3
-
-
I have resolved this issue attached a project
here is a sample avs script:
LoadPlugin("D:\testplugin\InvertNeg3.dll")
clip = BlankClip().ConvertToYV12()
return clip.InvertNeg3()Last edited by esterbarn; 27th Apr 2020 at 04:36. Reason: missing attached file
-
AviSynth+ development is currently active, mostly in the doom9 forum, there you can find the developers who may give you some general advice how to ensure compatibility.
Similar Threads
-
How to install the nnedi3 plugin into Virtualdub2 and Avisynth?
By Guernsey in forum Newbie / General discussionsReplies: 7Last Post: 25th Apr 2020, 04:27 -
Median() plugin for Avisynth
By ajk in forum RestorationReplies: 74Last Post: 17th Mar 2020, 13:53 -
Is it possible to change a default setting for an Avisynth plugin?
By hello_hello in forum EditingReplies: 0Last Post: 9th Aug 2016, 04:41 -
AVISynth+ and AssRender Plugin
By smike in forum EditingReplies: 2Last Post: 1st Feb 2016, 19:55 -
OFX VirtualDub/Avisynth loader plugin?
By Nurz in forum ProgrammingReplies: 4Last Post: 17th Jun 2015, 10:44