[Mono-list] Missing Interfaces in corlib

Nick Drochak ndrochak@gol.com
Sun, 6 Jan 2002 19:20:40 +0900


> 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?

Thanks,
Nick D