[Mono-list] Microsoft's compiler with mono's corlib! - Issues!

bvv bvv" <bvvarma1@rediffmail.com
30 Dec 2002 15:49:55 -0000


Hi Piers,

Could you explain what this tight coupling is?
I was thinking that since all mscorlib class interfaces are part 
of the ECMA standard it doesn't matter how you implement them as 
long as you provide all the necessary classes as per the spec. In 
which case i should ideally be able to mix & match the corlibs 
between different .Net runtimes.

Correct me if i'm wrong please

Thanks

On Sun, 29 Dec 2002 Piers Haken wrote :
> > -----Original Message-----
> > From: bvv [mailto:bvvarma1@rediffmail.com]
> > Sent: Saturday, December 28, 2002 6:41 AM
> > To: mono-list@ximian.com
> > Subject: [Mono-list] Microsoft's compiler with mono's 
>corlib!
> > - Issues!
> >
> >
> > Tried to compile and run a helloworld written in C# using the 
>MS
> > compiler but mono's corlib.
>
>
>You cannot do this. The corlibs and runtimes are very tightly 
>bound. You
>cannot mix & match.
>
>Piers.