[Mono-bugs] [Bug 74930][Min] Changed - Save() to Stream in System.Drawing.Image not supported on Win32

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 13 May 2005 05:48:55 -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=74930

--- shadow/74930	2005-05-13 03:02:02.000000000 -0400
+++ shadow/74930.tmp.14214	2005-05-13 05:48:55.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74930
 Product: Mono: Class Libraries
 Version: 1.0
 OS: Windows XP
 OS Details: Win2k, WinXP Pro SP2
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: Sys.Drawing.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: projects@saring.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -27,6 +27,12 @@
 The implementation of the class libraries should be the same for Linux and
 Win32, so maybe this is not just "not implemented yet", maybe there's
 another bug ...
 
 Bye,
 Stefan
+
+------- Additional Comments From peter@novonyx.com  2005-05-13 05:48 -------
+Jordi fixed this in svn, r44384.
+
+And yes, it really was a NotImplemented. Stuff that involves COM is 
+not the same on Win32 and Linux...