[Mono-bugs] [Bug 25100] Changed - Arguments off-by-one in delegate calls from a pinvoked method

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
22 May 2002 00:16:45 -0000


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 joe@ximian.com.

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

--- shadow/25100	Tue May 21 20:15:56 2002
+++ shadow/25100.tmp.17181	Tue May 21 20:16:45 2002
@@ -29,6 +29,11 @@
 and testlib.cs like so:
 mcs -o testlib.exe testlib.cs
 
 And run it.  Make sure LD_LIBRARY_PATH is set so libtestlib.so can load,
 blah blah blah.  You'll see that the expected output does not match the
 actual output and that the argument is off by one.
+
+------- Additional Comments From joe@ximian.com  2002-05-21 20:16 -------
+Created an attachment (id=1759)
+C file with the function to be PInvoked
+