[Mono-devel-list] Resources binary compatibility
Jerome LABAN
jlaban at wanadoo.fr
Sun Aug 31 08:41:36 EDT 2003
Hi monoers,
I'm currently working on SWF, but there is something about resources that bothers me. Resource files generated by the ms res compiler include the private names of types. For instance, the type System.Boolean holds its value in a field named "value" in mono, whereas it is named "m_value" in ms.net. This is the case for most of the basic types.
This is a problem for interoperability between mono and ms.net. What should be done about this ? Should mono rename its private fields to match ms's ones ? Anyway, this is not a problem for resources generated by mono.
Anyone having a solution ?
-- Jerome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030831/31a0ef85/attachment.html
More information about the Mono-devel-list
mailing list