[Mono-bugs] [Bug 30812][Nor] Changed - custom modifiers not handled on locals and calls
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
24 Sep 2002 10:59:06 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=30812
--- shadow/30812 Tue Sep 24 06:30:05 2002
+++ shadow/30812.tmp.17065 Tue Sep 24 06:59:06 2002
@@ -35,6 +35,15 @@
signature. If we want to enable that, we should simply move the
MONO_PARSE_LOCAL case.
I also don't understand how the custom modifier could be attached to
the call: care to explain?
Also, while the sample code compiles with ilasm, it doesn't run
on the ms runtime.
+
+------- Additional Comments From vargaz@freemail.hu 2002-09-24 06:59 -------
+I stumbled across this stuff while trying to make IK.VM.NET
+(http://radio.weblogs.com/0109845/) work under mono. This project
+contains a dll named IK.VM.JNI.dll which is produced by VisualC.NET, and
+contains such strange custom attributes. I attached a new testcase which
+runs + verifies under MS.NET, but still produces the same assertions
+under mono. You need Microsoft.VisualC.dll to compile+run it.
+