[Mono-bugs] [Bug 80565][Nor] Changed - Error using resgen to generate a resource containing an icon
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 30 11:17:35 EST 2007
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80565
--- shadow/80565 2007-01-29 11:21:34.000000000 -0500
+++ shadow/80565.tmp.12766 2007-01-30 11:17:35.000000000 -0500
@@ -5,13 +5,13 @@
OS Details: Ubuntu Edgy
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: sebastien at ximian.com
ReportedBy: frederik.carlier at ugent.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Error using resgen to generate a resource containing an icon
@@ -96,6 +96,15 @@
bug report for the /usesourcepath issue (and am working on a patch
for this).
------- Additional Comments From frederik.carlier at ugent.be 2007-01-29 11:21 -------
In retrospect, this seems to be a bug in System.Drawing.Imaging, and
that code seems to be owned by Sebastien Pouliot.
+
+------- Additional Comments From sebastien at ximian.com 2007-01-30 11:17 -------
+b96b3cb5-0728-11d3-9d7b-0000f81ef32e is the ICON codec which is a
+decoder-only codec, i.e. it can't save in the ICO format.
+
+I already have unit tests to confirm this (but I'll review them
+anyway). I think our resgen tool shouldn't load and save using the
+codecs (but only embed the file) and this should be easy to test under
+MS (with an invalid ICO file).
More information about the mono-bugs
mailing list