[Mono-bugs] [Bug 61990][Wis] Changed - managed c++ __pin pointers metadata not parsed properly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Jul 2004 14:32:48 -0400 (EDT)
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 mgambrell@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61990
--- shadow/61990 2004-07-28 12:15:13.000000000 -0400
+++ shadow/61990.tmp.12933 2004-07-28 14:32:48.000000000 -0400
@@ -60,6 +60,12 @@
------- Additional Comments From miguel@ximian.com 2004-07-28 12:15 -------
Is this the old C++ compiler, or the Whidbey one?
We should fix this bug, but for the record, the Whidbey one produces
pure CLR unlike the old one, which will generate a mix of CLI + x86
which wont run on Mono.
+
+------- Additional Comments From mgambrell@gmail.com 2004-07-28 14:32 -------
+This is coming from the compiler included with vs.net 2003.
+13.10.3077 it says. Haven't tried whidbey yet. Thanks for the heads
+up... if I find that some of my code still doesnt run after this bug
+is solved, I will look to that.