.Net Plugin

Gary Kramlich grim at reaperworld.com
Thu Sep 27 19:11:27 EDT 2007


Daniel Atallah wrote:
> Last I knew, it wasn't possible to use the mono loader on Windows, I
> don't remember offhand what the issues were and I've never tried to
> get it working myself.  It is apparently possible to use mono itself
> on windows (http://www.mono-project.com/Mono:Windows), so maybe with
> some work, the mono loader could be made usable.  Patches welcome.

The problem, iirc, is that we don't stack possible loaders for a plugin. 
  So, on windows, dll will get mapped to a native plugin and thus .net 
plugins will always fail to load because the mono loader's probe is 
never getting called.  This of course works on !win32 because we have 
different extensions for native plugins.

> -D

-- 
Gary Kramlich <grim at reaperworld.com>




More information about the Devel mailing list