[Mono-bugs] [Bug 32287][Min] Changed - Windows/Linux compatibility problem?
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
7 Nov 2002 19:05:34 -0000
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 fgonthier@hermes.usherb.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=32287
--- shadow/32287 Thu Nov 7 12:52:32 2002
+++ shadow/32287.tmp.12050 Thu Nov 7 14:05:34 2002
@@ -63,6 +63,25 @@
or /target:winexe but CSC default to /target:exe and console
subsystem.
I reproduced this bug on a Win2000 system running .NET SDK 1.0.
And I managed to try that using the last CVS version of Mono!
+
+------- Additional Comments From fgonthier@hermes.usherb.ca 2002-11-07 14:05 -------
+There is an error (I think) in:
+
+namespace System.Reflection.Emit {
+ public enum PEFileKinds {
+ Dll = 1,
+ ConsoleApplication = 2,
+ WindowApplication = 3
+ }
+}
+
+From WinNT.h I see:
+
+#define IMAGE_SUBSYSTEM_WINDOWS_GUI 2 // Image runs in the
+Windows GUI subsystem.
+#define IMAGE_SUBSYSTEM_WINDOWS_CUI 3 // Image runs in the
+Windows character subsystem.
+