[Mono-bugs] [Bug 70626][Maj] Changed - marshalling exception in gnome-vfs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Jan 2005 11:35:03 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70626
--- shadow/70626 2005-01-06 11:23:53.000000000 -0500
+++ shadow/70626.tmp.17997 2005-01-06 11:35:03.000000000 -0500
@@ -46,6 +46,10 @@
So I "fixed" Gtk# to expose private IntPtr fields with public long
properties to access the field. We are still seeing the same failure
in System.Object:__icall_wrapper_mono_string_new_wrapper.
XferProgressInfo looks correct to me now, so can you take another look
with Gtk# svn trunk? Thanks.
+
+------- Additional Comments From vargaz@gmail.com 2005-01-06 11:35 -------
+GnomeVFSFileSize is defined as 'long long', which should be mapped to
+a C# long, not to an IntPtr, since it is 64 bytes on almost all platforms.