Thread: Avisynth+
View Single Post
Old 18th January 2017, 20:16   #2872  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,496
Quote:
It's avisynth.dll, also for AVS+. If you have 2.6.0.5 versions you probably did something wrong
Here's the properties of the DLL in System32:


It says Avisynth+ 2.6...

Quote:
If you need it (only when you're writing c-plugins)
I guess I'm doing something wrong, then, since I can't compile without linking to it, and also need to define AVS_LINKAGE_DLLIMPORT... these are unfortunately all the things I've never tried to understand, because I just did them and they made it so I could write filters to monkey around with pixels (which I do understand).

Otherwise I get this:

Code:
error LNK2001: unresolved external symbol "__declspec(dllimport) struct AVS_Linkage const * const AVS_linkage" (__imp_?AVS_linkage@@3QBUAVS_Linkage@@B)
__________________
My AviSynth filters / I'm the Doctor

Last edited by wonkey_monkey; 18th January 2017 at 20:19.
wonkey_monkey is offline