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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Mar 2005 17:04:58 -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 james@ximian.com.

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

--- shadow/74153	2005-03-28 17:04:58.000000000 -0500
+++ shadow/74153.tmp.24161	2005-03-28 17:04:58.000000000 -0500
@@ -0,0 +1,23 @@
+Bug#: 74153
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: james@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: fallback to __Internal for p/invoke?
+
+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?