[Mono-dev] Windows.Forms broken on Windows

Frank Fuchs fk.fuchs at googlemail.com
Sat Feb 1 19:27:44 UTC 2014


The offical mono-package (32 bit for Windows) from mono-project.com seem
broken when it comes to Windows.Form apps. I tested the following for
mono-3.0.10 and mono-3.2.3, with Windows 7 Professional 64bit.

> using System;
> using System.Windows.Forms;
> class Hello{
>    static public void Main(){
>            MessageBox.Show("Hello World");
>  }
> }

and build & run it like:
> ./bin/mono.exe lib/mono/4.5/mcs.exe test.cs
> -r:lib/mono/4.5/System.Windows.Forms.dll
> ./bin/mono.exe test.exe

The program crashes with the following error:






--
View this message in context: http://mono.1490590.n4.nabble.com/Windows-Forms-broken-on-Windows-tp4661831.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list