Philip Goh
unread,Aug 16, 2009, 1:25:39 PM8/16/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mono-paint-port
In the Monodevelop solution, there is an inconsistent use of the
"Treat warnings as errors" option. Some projects are built with it,
some projects have it applied only on the release build and some
projects do not have it all together. There are numerous complaints
about using FileStream.SafeHandle but since this has yet to be
implemented in Mono, there's not much we can do about it. I don't feel
it's right to suppress these warnings as they should be worked on, but
perhaps we shouldn't be failing the build because of it.
I've uploaded the patch file to the "Files" section of the group. It's
a small patch, but it allows easier development of Paint Mono using
Monodevelop.
Phil