[Mono-bugs] [Bug 75617][Min] Changed - Can't mix 1.x and 2.x
compiled code
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 26 12:07:13 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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75617
--- shadow/75617 2005-07-26 09:46:33.000000000 -0400
+++ shadow/75617.tmp.11680 2005-07-26 12:07:13.000000000 -0400
@@ -3,21 +3,20 @@
Version: 1.1
OS: All
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Major
+Priority: Minor
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: c_feller at informatik.uni-kl.de
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
-Summary: Can't mix generics and non-generics
+Summary: Can't mix 1.x and 2.x compiled code
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
When I load an assembly (compiled with gmcs) into an application (compiled
@@ -54,6 +53,13 @@
------- Additional Comments From vargaz at gmail.com 2005-07-26 09:46 -------
Assemblies compiled with gmcs link to the 2.0 version of the class
libraries, and thus can't be loaded into a program compiled with mcs,
which links to the 1.0 version of the class libraries.
+
+------- Additional Comments From miguel at ximian.com 2005-07-26 12:07 -------
+The more general problem to solve is: how should we cope with existing
+libraries that have been built against 1.x (say Gtk#) and folks using
+the 2.x features.
+
+
More information about the mono-bugs
mailing list