[Mono-bugs] [Bug 22532][Min] Changed - DllImport name mangling should trim .dll from libnames

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 23 Jan 2004 08:01:47 -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	2004-01-19 20:51:18.000000000 -0500
+++ shadow/22532.tmp.24287	2004-01-23 08:01:47.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 22532
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mkestner@speakeasy.net               
 QAContact: mono-bugs@ximian.com
@@ -26,6 +26,9 @@
 
 ------- 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.
+
+------- Additional Comments From vargaz@freemail.hu  2004-01-23 08:01 -------
+Hopefully the new fix is correct.