[Mono-osx] Easy way to get "plain" .NET app running on the Mac?

Bobby Powers bobbypowers at gmail.com
Tue May 20 19:25:44 EDT 2008


Hi Weyert -
you should be able to download the mono runtime from:
http://www.go-mono.com/mono-downloads/download.html

Once you've installed that, you can run the Mono migration analyzer tool on
your application.  As long as you don't use custom DLLs (Windows.Forms and
Drawing should be fine), it should tell you everything checks out.  You then
should be able to run your program from a command line ( the included
Terminal program) like so:
mono MySweetProgram.exe


good luck!

yours,
Bobby

On Wed, May 21, 2008 at 12:10 AM, Weyert de Boer <wdb at innerfuse.biz> wrote:

> I am curious how much work it would be to get a normal Windows .NET
> application running which leverages the normal stuff. Like
> System.Windows.Forms and the Drawing namespace (for my customcontrol)
>
> Anyone able to shed some light on this?
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20080521/addbe79a/attachment.html 


More information about the Mono-osx mailing list