[Mono-bugs] [Bug 23204] New - dll methods must be static and extern
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
9 Apr 2002 10:57:33 -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=23204
--- shadow/23204 Tue Apr 9 06:57:33 2002
+++ shadow/23204.tmp.6512 Tue Apr 9 06:57:33 2002
@@ -0,0 +1,20 @@
+Bug#: 23204
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: lupus@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: dll methods must be static and extern
+
+mcs allows the compilation of P/Invoke methods that are not static and it
+should not.