[Mono-list] porting from .NET to Mono

Vincent Povirk madewokherd at gmail.com
Thu Nov 18 12:57:57 EST 2010


> Would porting to Mono on WINE on OS X as an intermediate step be worth the
> effort?

No, you will most likely only encounter Wine bugs that are not
relevant to your final port. I would only recommend this if you
actually plan to support people running your program in Wine.

If you use standard methods that are not implemented in Mono, please
consider writing an implementation for Mono. In some cases, it may be
no more difficult than avoiding the method.


More information about the Mono-list mailing list