[Mono-bugs] [Bug 74153][Nor] Changed - fallback to __Internal for p/invoke?

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Mar 2005 05:47:30 -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 lupus@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74153

--- shadow/74153	2005-03-28 17:07:24.000000000 -0500
+++ shadow/74153.tmp.32349	2005-03-29 05:47:29.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 74153
 Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: james@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -17,6 +17,12 @@
 
 When using bundles, it would be really nice to be able to statically link
 libs that you are going to use for p/invoke.  Currently this doesn't work
 because the DllImport attributes reference the external soname.  Maybe the
 runtime could also try looking stuff up in "__Internal" if it can't find it
 externally?
+
+------- Additional Comments From lupus@ximian.com  2005-03-29 05:47 -------
+We're not going to add automatic fallbacks since they could have
+unpleasant side effects.
+You can use the dllimport directive in the config files to map
+requests to __Internal.