[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 20:51:18 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=22532
--- shadow/22532 2004-01-19 08:00:03.000000000 -0500
+++ shadow/22532.tmp.12104 2004-01-19 20:51:18.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 22532
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Minor
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mkestner@speakeasy.net
QAContact: mono-bugs@ximian.com
@@ -20,6 +20,12 @@
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.
+
+------- Additional Comments From gonzalo@ximian.com 2004-01-19 20:51 -------
+The patch does not work. It tries to lookup dll names in the config
+file without the ending ".dll", which fails.
+
+I've added a couple of FIXME in loader.c for this.