[Mono-bugs] [Bug 77245][Maj] New - Windows Forms "Hello World" broken on Mac.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jan 13 16:40:38 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by don at edvalson.net.

http://bugzilla.ximian.com/show_bug.cgi?id=77245

--- shadow/77245	2006-01-13 16:40:38.000000000 -0500
+++ shadow/77245.tmp.27876	2006-01-13 16:40:38.000000000 -0500
@@ -0,0 +1,56 @@
+Bug#: 77245
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Mac OS X 10.3
+OS Details: 10.4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: don at edvalson.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Windows Forms "Hello World" broken on Mac.
+
+Description of Problem:
+
+Windows Forms app throws exception running under OS X
+
+
+Steps to reproduce the problem:
+1.   Install the current binary version of Mono from the site (1.1.13)
+2.   Create the following simple application
+
+*********************
+using System;
+using System.Windows.Forms;
+
+public class test
+{
+       public static void Main()
+       {
+               MessageBox.Show("Hello World");
+       }
+}
+****************************
+
+3. Compile it using:
+
+   mcs hello.cs /r:System.Windows.Forms.dll /out:hello.exe
+   macpack -n:hello -a:hello.exe -o:. -m:1
+4.Run it by double clicking on it in the Finder.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list