[Mono-winforms-list] 1.1.9.1 Native Winforms Crash on OSX
Roberto Antonio Berrospe Machin
robert at berlinprod.com
Mon Oct 3 16:17:27 EDT 2005
Hi Jonathan...
Sorry.. i wrote it wrong here... i've just written the code in here and wrote class with just one s... and thats why.. but heres the code again..
using System.Drawing;
using System.Windows.Forms;
namespace testwforms
{
public class mesagebox
{
static void Main()
{
MessageBox.Show("Helo World");
}
}
}
This codes compiles fine... but i get after i hit ok on the message box, mono crash.. and then nothing can be executed... al the apps i try to run hungs.. I have Visual C# .Net OEM here, and after this, i've tested creating a winform app with a simple form, one buton, label and text box.. and the same happens... after i close the app, mono crash, and then i cant execute any other compiled test, and even cant run the same test again because mono crash :(
Also, i've tested the simple code on Windows with the same version of mono, and its works fine.. 0 problem...
Weird?
Thanks for the answers...
Roberto.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20051003/26871095/attachment.html
More information about the Mono-winforms-list
mailing list