[Mono-dev] [PATCH] New managed code for unmanaged(Win32)resourcehandling (SRE, PEAPI, MCS)
Kornél Pál
kornelpal at hotmail.com
Wed Mar 8 22:35:07 EST 2006
Hi,
I'm going to post an updated version of the patch to the list soon that is
modified according to your suggestions and contains some more rationalized
code.
> I found that only 'DefaultResource' is used in mcs and all used
> properties are of simple types.
> I know there are internal dependencies but I still think that the list
> can be reduced.
You are right, they are simple types. There could be a single method with
these arguments but in that case there should be some local variables or
more likely some static fields that hold the same information so I think
it's easier to use directly the properties of DefaultResource class.
I think all the files listed in .source files are required but if can point
out some unnecessary dependencies please let me know.
Kornél
More information about the Mono-devel-list
mailing list