[Mono-bugs] [Bug 44849][Wis] Changed - /win32icon:<file> isn't supported by MCS

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Dec 2003 23:17:17 -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-06-24 00:10:33.000000000 -0400
+++ shadow/44849.tmp.29032	2003-12-24 23:17:17.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 44849
-Product: Mono/MCS
+Product: Mono/Compilers
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
-Component: Misc
+Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: spouliot@videotron.ca               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -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 ;-).