[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:31:13 -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-26 11:03:18.000000000 -0500
+++ shadow/44849.tmp.9087 2003-12-26 11:31:13.000000000 -0500
@@ -63,6 +63,18 @@
`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).'
+
+------- Additional Comments From spouliot@videotron.ca 2003-12-26 11:31 -------
+You're right Ben ;-) DefineUnmanagedResource isn't a problem because
+both options can't be used at the same time.
+
+C:\>csc /win32icon:mono.ico /win32res:mono.res
+Microsoft (R) Visual C# .NET Compiler version 7.00.9466
+for Microsoft (R) .NET Framework version 1.0.3705
+Copyright (C) Microsoft Corporation 2001. All rights reserved.
+
+error CS1565: Conflicting options specified: Win32 resource file;
+Win32 icon