[Mono-list] A new tutorial is online

Paolo Molaro lupus at ximian.com
Tue Mar 28 08:06:33 EST 2006


On 03/21/06 Jonathan Pryor wrote:
> > is it possible to use an "embedding_Mono" code to target both Mono CLR 
> > and MS CLR ?
> 
> No.  Mono uses a C API and libmono for embedding.
> 
> .NET uses a set of COM interfaces for embedding.
> 
> You could probably write an intermediate layer to abstract the two, but
> this would likely be a fair amount of work.

Someone could write the code to map the mono embedding interface to
whatever API the MS runtime uses (the COM bits that need writing are
likely minor wrappers).

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better


More information about the Mono-list mailing list