[Mono-bugs] [Bug 59479][Wis] New - Error in System.Drawing.GdiPlus.GetDC method
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Jun 2004 14:29:41 -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 software@solmersa.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59479
--- shadow/59479 2004-06-02 14:29:41.000000000 -0400
+++ shadow/59479.tmp.30935 2004-06-02 14:29:41.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 59479
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: software@solmersa.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Error in System.Drawing.GdiPlus.GetDC method
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+GetDC entry point not found
+
+Steps to reproduce the problem:
+1. Compile a form
+2. Run it
+3.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
+The trouble is because System.Drawing.GdiPlus.GetDC has the DllLImport
+Attribute pointing to gdi32.dll when it should be to user32.dll. Note
+this also affects other methods of GdiPlus (ReleaseDC).