[Mono-list] Missing Interfaces in corlib

Duco Fijma duco@lorentz.xs4all.nl
06 Jan 2002 12:50:27 +0100


On Sun, 2002-01-06 at 11:20, Nick Drochak wrote:
> > Just had a look at IResourceWriter and IResourceReader, but 
> > these two interfaces already exist in 
> > "mcs/class/corlib/System.Resources".
> > According to the ChangeLog, they have been completed on 
> > 2001-11-27. Am I missing something here?
> > 
> 
> I see it now.  corlib.build is excluding System.Resources.  When I
> removed the exclusion, I got a slew of errors.  Basically those classes
> haven't got all the methods they need for the interfaces from which they
> inherit.
> 
> Can you fix this so at least the build isn't broken when we include that
> directory?

Yes, I will try to make the set of sources in this directory
compileable, though I'm (at the moment, at least) not planning to do the
actual implementation of the missing methods.

Duco