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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
