[Mono-bugs] [Bug 27543][Nor] Changed - Mono Reflection does not set the EntryPoint property from the PInvoke.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
9 Jul 2002 10:35:54 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27543
--- shadow/27543 Mon Jul 8 21:16:01 2002
+++ shadow/27543.tmp.14486 Tue Jul 9 06:35:54 2002
@@ -1,14 +1,14 @@
Bug#: 27543
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: INVALID
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -31,6 +31,12 @@
public static int Main () {
puts ("ls /bin");
return 0;
}
}
+
+------- Additional Comments From lupus@ximian.com 2002-07-09 06:35 -------
+Did you use an updated mcs to test?
+I could reproduce the bug with an old mcs, but after updating it to
+latest cvs the compiled program is just what is expected
+and works correctly.