[Mono-bugs] [Bug 79479][Blo] Changed - DllImport does'nt work in mono versions >= 1.1.10

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Sep 23 06:16:16 EDT 2006


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 at gmail.com.

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

--- shadow/79479	2006-09-22 22:29:50.000000000 -0400
+++ shadow/79479.tmp.15935	2006-09-23 06:16:16.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 79479
 Product: Mono: Runtime
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: Gentoo and Linux voyage 2.6.15-486-voyage
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Blocker
 Component: JIT
 AssignedTo: lupus at ximian.com                            
 ReportedBy: srik.chavali at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -165,6 +165,15 @@
 }
 
 ------- Additional Comments From srik.chavali at gmail.com  2006-09-22 22:29 -------
 Created an attachment (id=17735)
 Files for required for the bug (a copy of it is in Additional Info)
 
+
+------- Additional Comments From vargaz at gmail.com  2006-09-23 06:16 -------
+This is not a mono bug. Your shared library contains C++ code so it
+should be linked against libstdc++ if you want to load it into a C
+executable like the mono runtime.
+
+Add -lstdc++ (or something similar) to the link line makes the
+problem go away.
+


More information about the mono-bugs mailing list