[Mono-bugs] [Bug 62394][Nor] Changed - DllImport broken under Linux
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 4 Aug 2004 17:05:57 -0400 (EDT)
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 michi@zeroc.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62394
--- shadow/62394 2004-08-04 13:12:18.000000000 -0400
+++ shadow/62394.tmp.32313 2004-08-04 17:05:57.000000000 -0400
@@ -79,6 +79,17 @@
was allocated with malloc or whatever and turns into a nop in that case.
You should declare the method as:
static extern IntPtr BZ2_bzlibVersion();
and then call Marshal.PtrToStringAnsi (IntPtr); on the result.
+
+------- Additional Comments From michi@zeroc.com 2004-08-04 17:05 -------
+Bloody hell, me bad! :-(
+
+Thanks for debugging my code! ;-)
+
+I'll try not to waste your time next time!
+
+Cheers,
+
+Michi.