View Single Post
Old 24th May 2016, 10:38   #42  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by yesmanitsbearman View Post
I am guessing something to do with avisynth.h I used. Perhaps someone can point a stable 2.5 repo to use. There's loads of repos around with various forks and the include file is different all over.
I think this is the reason

Code:
static const AVS_Linkage* AVS_linkage = nullptr;

extern "C" __declspec(dllexport) const char* __stdcall 
AvisynthPluginInit3(IScriptEnvironment* env, AVS_Linkage* vectors) {
	AVS_linkage = vectors;
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote