[Mono-bugs] [Bug 44849][Wis] Changed - /win32icon:<file> isn't supported by MCS
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Jan 2004 15:47:14 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=44849
--- shadow/44849 2003-06-24 00:10:33.000000000 -0400
+++ shadow/44849.tmp.18728 2004-01-03 15:47:14.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 44849
-Product: Mono/MCS
+Product: Mono/Compilers
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Wishlist
-Component: Misc
-AssignedTo: mono-bugs@ximian.com
+Component: C#
+AssignedTo: vargaz@freemail.hu
ReportedBy: spouliot@videotron.ca
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: /win32icon:<file> isn't supported by MCS
@@ -37,6 +37,13 @@
------- Additional Comments From miguel@ximian.com 2003-06-24 00:10 -------
I added a warning for now; I do not believe that Reflection will let
us do this.
Am keeping it open, because we want to fix this eventually.
+
+------- 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 ;-).