Log in

View Full Version : Can an avisynth plugin be compiled under mingw(gcc)?


MeteorRain
20th September 2006, 19:05
Hi all

i wrote some small avisynth plugins under vc++.net. now my system sufferred a crash and now has been reinstalled. before i setup the whole .net environment, i'd like to know if we can develop avisynth plugin under mingw.

i copy the simplesample code, and have a very small modify on avisynth.h, the code can be successfully compiled, but after i load it in my script, avisynth complain about cannot find the function (Avisynth open failure: Script error: there is no function named "xxx")

did i do something wrong? or do we need a patch or what? or we can only attach to the vc++?

regards,
MeteorRain

Fizick
20th September 2006, 19:13
only MS VC++ can be used for regular plugins.
Mingw - for special so called C-plugins only.