On Tue, 2006-03-21 at 21:25 +0100, Pierro wrote: > Hello, > > i have read this article : http://www.mono-project.com/Embedding_Mono > > 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. - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
