[Mono-bugs] [Bug 52569][Wis] New - /win32res:file isn't supported by MCS

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Dec 2003 10:57:12 -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=52569

--- shadow/52569	2003-12-26 10:57:12.000000000 -0500
+++ shadow/52569.tmp.8822	2003-12-26 10:57:12.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 52569
+Product: Mono/Compilers
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: spouliot@videotron.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: /win32res:file isn't supported by MCS
+
+NOTE: This is _almost_ the same bug as 44849
+
+Description of Problem:
+The command-line argument /win32res isn't supported by MCS.
+MCS handles /win32res:mono.res as an invalid filename.
+
+Steps to reproduce the problem:
+1. mcs /win32res:mono.ico
+
+Actual Results:
+Unhandled Exception: System.NotSupportedException: The given path's 
+format is not supported.
+
+Expected Results:
+(a) No error but (maybe) a warning that resources aren't supported
+(b) Supports for resources
+
+How often does this happen? 
+Always