[Mono-bugs] [Bug 59479][Wis] Changed - Error in System.Drawing.GdiPlus.GetDC method

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Jun 2004 16:04:52 -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 peter@novonyx.com.

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

--- shadow/59479	2004-06-02 14:29:41.000000000 -0400
+++ shadow/59479.tmp.32020	2004-06-02 16:04:52.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 59479
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: Sys.Drawing.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: software@solmersa.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -36,6 +36,10 @@
 
 
 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).
+
+------- Additional Comments From peter@novonyx.com  2004-06-02 16:04 -------
+Fixed in CVS. Could you please test and let me know if it works? I
+don't have a system available to test the windows code path. Thanks.