[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 10:58:03 -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 spouliot@videotron.ca.

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

--- shadow/44849	2003-12-24 23:17:17.000000000 -0500
+++ shadow/44849.tmp.8841	2003-12-26 10:58:03.000000000 -0500
@@ -44,6 +44,17 @@
 ------- Additional Comments From bmaurer@users.sf.net  2003-12-24 23:17 -------
 Actually, you can do it with AssemblyBuilder.DefineUnmanagedResource.
 However, we have not implemented this method.
 
 It should be easy to figure out what MS does (just do some brute
 force, Sebastien is good at that ;-).
+
+------- Additional Comments From spouliot@videotron.ca  2003-12-26 10:58 -------
+DefineUnmanagedResource only let you add 1 unmanaged resources file 
+into an assembly. This means that we couldn't implement both 
+- /win32icon:icon
+- /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