[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 12:11:14 -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 mkestner@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70626
--- shadow/70626 2005-01-06 11:35:03.000000000 -0500
+++ shadow/70626.tmp.18277 2005-01-06 12:11:13.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 70626
Product: Mono: Runtime
Version: 1.0
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: JIT
AssignedTo: vargaz@gmail.com
ReportedBy: lewing@ximian.com
QAContact: mono-bugs@ximian.com
@@ -50,6 +50,10 @@
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.
+
+------- Additional Comments From mkestner@ximian.com 2005-01-06 12:11 -------
+Thanks, with GnomeVfsFileSize mapped to a C# long, the sample runs
+cleanly on 32 bit also.