[Mono-bugs] [Bug 80425][Maj] Changed - Issues returning Int64 based enums from EndInvoke or remoting methods
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Feb 1 07:25:26 EST 2007
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=80425
--- shadow/80425 2007-01-31 22:19:26.000000000 -0500
+++ shadow/80425.tmp.32278 2007-02-01 07:25:26.000000000 -0500
@@ -160,6 +160,10 @@
Enum64 r = d.EndInvoke (d.BeginInvoke (Enum64.A, null, null));
Console.WriteLine (r.ToString ("X"));
Console.WriteLine (r == Enum64.A);
}
}
+
+------- Additional Comments From robertj at gmx.net 2007-02-01 07:25 -------
+Oh, that seems to be a Win32 issue!
+
More information about the mono-bugs
mailing list