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 -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
