[Mono-bugs] [Bug 58224][Nor] Changed - Missing API calls in LibGDI+

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 17:47:03 -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=58224

--- shadow/58224	2004-05-13 02:36:44.000000000 -0400
+++ shadow/58224.tmp.11329	2004-05-14 17:47:03.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58224
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: Suse 9.0
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Drawing.
 AssignedTo: jordi@ximian.com                            
 ReportedBy: pumrs@web.de               
 QAContact: mono-bugs@ximian.com
@@ -147,6 +147,14 @@
 
 ------- Additional Comments From peter@novonyx.com  2004-05-13 02:21 -------
 Fixed in cvs
 
 ------- Additional Comments From peter@novonyx.com  2004-05-13 02:36 -------
 Oops, marked wrong bug as fixed.
+
+------- Additional Comments From peter@novonyx.com  2004-05-14 17:47 -------
+I've implemented some missing functions and stubbed out the rest.
+Instead of EntryPointNotFound we should now properly throw a
+NotImplemented exception whenever System.Drawing calls into GDIplus
+and the function has not yet been implemented.
+The function mentioned in this particular bug seems to be implemented
+now, too.