[Mono-bugs] [Bug 44849][Wis] Changed - /win32icon:<file> isn't supported by MCS
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Dec 2003 11:03:18 -0500 (EST)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=44849
--- shadow/44849 2003-12-26 10:58:03.000000000 -0500
+++ shadow/44849.tmp.8907 2003-12-26 11:03:18.000000000 -0500
@@ -55,6 +55,14 @@
- /win32res:resource
options using it. DefineUnmanagedResource seems more suited to
implement /win32res:resource but it could/should share most of the
code with the option to include the icon.
BTW see bug #52569 for the unsupported /win32res:resource
+
+------- Additional Comments From bmaurer@users.sf.net 2003-12-26 11:03 -------
+`An assembly can be associated with only one unmanaged resource. This
+means that calling DefineVersionInfoResource or
+DefineUnmanagedResource after either one of the methods was called
+previously will throw the System.ArgumentException. Multiple unmanaged
+resources need to be merged with a tool such as the Microsoft ResMerge
+utility (not supplied with the common language runtime).'