On 10 Sep 2003, Mike Hearn wrote: > a rOn Wed, 2003-09-10 at 22:54, Kevin Atkinson wrote: > > What is this? > > > > Avisynth needs VC++. My API needs VC++ as it acts as the bridge and must > > make VC++ calls to avisynth. Everything can be gcc. And in fact I have > > successfully cross compiled Avisynth filters using my new C interface. > > He means that to compile AviSynth as a WineLib app (which is what you > want to do, right?) you need to have a standard GNU build system, ie you > can build it on Windows using mingw - for the whole app.
I will repeat what I just said: Since it normal interface is VC++ RECOMPILING it under Winelib is NOT really an option as that will mean that existing plugins for Avisynth will no longer work without a recompile. Thus I want to be able to interface Avisynth not recompile it. -- http://kevin.atkinson.dhs.org
