[Mono-bugs] [Bug 59453][Wis] New - Unhandled Exception: System.EntryPointNotFoundException: GetDC under windows

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Jun 2004 07:40:46 -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 laqua@iese.fhg.de.

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

--- shadow/59453	2004-06-02 07:40:46.000000000 -0400
+++ shadow/59453.tmp.8488	2004-06-02 07:40:46.000000000 -0400
@@ -0,0 +1,53 @@
+Bug#: 59453
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: laqua@iese.fhg.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Unhandled Exception: System.EntryPointNotFoundException: GetDC under windows
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+The mono runtime system under windows doesn't work even for very simple 
+windows applications (window <> console application!)
+
+
+Steps to reproduce the problem:
+1. Create a windows application with SharpDevelop (not a console app.)
+2. Go to the "bin/debug" directory of the project
+3. Start the application with mono: "mono <application name>.exe"
+
+Actual Results:
+Unhandled Exception: System.EntryPointNotFoundException: GetDC
+in <0x00050> (wrapper managed-to-native) System.Drawing.GDIPlus:GetDC 
+(intptr)
+in <0x000e3> System.Drawing.Font:FromHfont (intptr)
+in <0x00015> System.Windows.Forms.Control:get_DefaultFont ()
+in <0x0018a> System.Windows.Forms.Control:.ctor ()
+in <0x00010> System.Windows.Forms.ScrollableControl:.ctor ()
+in <0x00012> System.Windows.Forms.ContainerControl:.ctor ()
+in <0x00016> System.Windows.Forms.Form:.ctor ()
+in <0x0000a> DefaultNamespace.MainForm:.ctor ()
+in <0x0004c> (wrapper remoting-invoke-with-check) 
+DefaultNamespace.MainForm:.ctor ()
+in <0x0001b> DefaultNamespace.MainForm:Main (string[])
+
+
+Expected Results:
+Just a simple and running windows application 
+
+How often does this happen? 
+Each time
+
+Additional Information: