[Mono-bugs] [Bug 22532][Min] Changed - DllImport name mangling should trim .dll from libnames
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 19 Jan 2004 08:00:03 -0500 (EST)
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=22532
--- shadow/22532 2002-03-26 11:16:24.000000000 -0500
+++ shadow/22532.tmp.5372 2004-01-19 08:00:03.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 22532
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mkestner@speakeasy.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -17,6 +17,9 @@
Summary: DllImport name mangling should trim .dll from libnames
[DllImport("foo.dll")] is mangled to libfoo.dll.so, when it would seem that
the more likely candidate is simply libfoo.so. Easy work around is to just
use [DllImport("foo")], which works on both MS and mono, but since foo.dll
is an acceptable format on ms, we should play well with the format too.
+
+------- Additional Comments From vargaz@freemail.hu 2004-01-19 08:00 -------
+Fixed in CVS.