[Mono-dev] FW: [Mono-list] Best (Cross-Platform) Practice for Resources

Charlie Poole charlie at nunit.com
Thu Dec 4 19:56:42 EST 2008


Hi,

No response on mono-list, so I thought I'd try here.

Does anyone know of a list targeted specifically to developing
apps on and/or for multiple CLR platforms?  

Charlie
\
-----Original Message-----
From: mono-list-bounces at lists.ximian.com
[mailto:mono-list-bounces at lists.ximian.com] On Behalf Of Charlie Poole
Sent: Monday, December 01, 2008 11:41 AM
To: 'mono-list'
Subject: [Mono-list] Best (Cross-Platform) Practice for Resources

Hi All,

VS2005 and 2008 create resources in a Properties folder and generate a
Properties.<ResourceName>.Designer.cs file for each one.

The resulting assemblies are portable to Mono for execution purposes, and
can even be compiled by gmcs if you set the resource prefix correctly.

However, this isn't very helpful for a project with contributors who work on
other platforms or ides. The Designer.cs files can be edited, but since they
are generated, the changes will be lost the next time somebody works with
them in Visual Studio.

So... I'm thinking of going back to a more hand-crafted approach, with
resources in a directory and actual application code to load them as needed.

Before I start, I'm wondering if anyone else has dealt with this and has a
better solution.

Charlie



_______________________________________________
Mono-list maillist  -  Mono-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list





More information about the Mono-devel-list mailing list