[Mono-bugs] [Bug 59241][Min] New - Mono Beta 1 for win32 loads winelib.exe.so

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 28 May 2004 06:57:50 -0400 (EDT)


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 apicetti@hotmail.com.

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

--- shadow/59241	2004-05-28 06:57:50.000000000 -0400
+++ shadow/59241.tmp.9702	2004-05-28 06:57:50.000000000 -0400
@@ -0,0 +1,55 @@
+Bug#: 59241
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 080 Two weeks
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: apicetti@hotmail.com               
+QAContact: peter@novonyx.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono Beta 1 for win32 loads winelib.exe.so
+
+Description of Problem:
+
+When executing a program using System.Windows.Forms, it tries it load 
+winelib.exe.so
+
+
+Steps to reproduce the problem:
+1. create a program that uses System.WIndows.Forms with Mono Beta 1 for 
+win32
+2. execute it
+3. 
+
+Actual Results:
+
+Could not load winelib.exe.so
+Unhandled Exception: System.EntryPointNotFoundException: GetDC
+in <0x00050> (wrapper managed-to-native) System.Drawing.GDIPlus:GetDC 
+(intptr)
+in <0x000c7> System.Drawing.Font:FromHfont (intptr)
+in <0x00015> System.Windows.Forms.Control:get_DefaultFont ()
+in <0x00199> System.Windows.Forms.Control:.ctor ()
+in <0x0000e> System.Windows.Forms.ScrollableControl:.ctor ()
+in <0x0000a> System.Windows.Forms.ContainerControl:.ctor ()
+in <0x00016> System.Windows.Forms.Form:.ctor ()
+in <0x0000a> MessengerForm:.ctor ()
+in <0x0004c> (wrapper remoting-invoke-with-check) MessengerForm:.ctor ()
+in <0x00021> Messenger:Main (string[])
+
+Expected Results:
+
+programs runs
+
+How often does this happen? 
+
+always
+
+Additional Information: