On Wed, 10 Sep 2003, Dimitrie O. Paun wrote:
On Wed, 10 Sep 2003, Kevin Atkinson wrote:
On 10 Sep 2003, Mike Hearn wrote:
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.
We understand that, I was talking about your C interface. That's optional, even that can be compiled with VC++, we'll just run the binaries, no sweat.
It MIGHT be possible to make my C interface a winlib by using the functions as it (ie in assembly) and just relinking the lib. Is this even remotely practical and will it help matters at all?