[Mono-bugs] [Bug 75476][Wis] New - Suggestion: Please consider
implementing a C++/CLI compiler in mono 2.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 5 14:10:33 EDT 2005
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 amohr at cs.wisc.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=75476
--- shadow/75476 2005-07-05 14:10:33.000000000 -0400
+++ shadow/75476.tmp.8679 2005-07-05 14:10:33.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 75476
+Product: Mono: Compilers
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Other.
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: amohr at cs.wisc.edu
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Suggestion: Please consider implementing a C++/CLI compiler in mono 2.
+
+In MSVS.NET 2005, C++/CLI is a great new technology for users who wish to
+take an existing C++ codebase and start extending it with .NET features and
+functionality.
+
+C++/CLI makes this a natural and easy process compared to other options.
+Using the /clr:pure flag, all C++ code is compiled to IL. Native and .NET
+types interoperate naturally and easily. The performance problems with C++
+interop (boxing and unboxing of arguments) go away, and heavily
+object-oriented C++ interfaces are easy to handle compared with P/Invoke.
+
+Unfortunately, we cannot take advantage of this using mono until mono has
+support for compiling C++/CLI. The language is rapidly being standardized
+so it should be possible to start work on this now.
+
+C++/CLI is the most exciting feature of VS.NET 2005 for us. It would be
+great to see it in mono 2.
More information about the mono-bugs
mailing list