merlinn31
24th July 2009, 02:12
Hi,
I tried following some of the Howtos on the Avisynth site, such as
http://avisynth.org/mediawiki/Filter_SDK/SDK_necessaries
http://avisynth.org/mediawiki/Filter_SDK/Ben_docs
Most of the tools that the necessaries references are not the newest versions, and I had a hard time locating some of them so I installed the newer ones instead. What I've ended up with are an installation of Visual C++ 2008 Express Edition and Microsoft Windows SDK 6.1. I'm not even sure if these tools will work for me.
I tried following Ben's howto (which was awesomely written) and managed to compile the invert.dll, but Avisynth complains that it's not a valid Avisynth 2.5 plugin.
I've tried compiling a few other filters such as EffectsMany and AudGraph and both fail horribly with lots of
error C2065: 'i' : undeclared identifier
and lots of warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data.
amongst a few other errors sprinkled in for color.
Is there an updated howto guide? Is this a misconfiguration with my setup?
I tried following some of the Howtos on the Avisynth site, such as
http://avisynth.org/mediawiki/Filter_SDK/SDK_necessaries
http://avisynth.org/mediawiki/Filter_SDK/Ben_docs
Most of the tools that the necessaries references are not the newest versions, and I had a hard time locating some of them so I installed the newer ones instead. What I've ended up with are an installation of Visual C++ 2008 Express Edition and Microsoft Windows SDK 6.1. I'm not even sure if these tools will work for me.
I tried following Ben's howto (which was awesomely written) and managed to compile the invert.dll, but Avisynth complains that it's not a valid Avisynth 2.5 plugin.
I've tried compiling a few other filters such as EffectsMany and AudGraph and both fail horribly with lots of
error C2065: 'i' : undeclared identifier
and lots of warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data.
amongst a few other errors sprinkled in for color.
Is there an updated howto guide? Is this a misconfiguration with my setup?