[Mono-bugs] [Bug 63684][Nor] Changed - Empty enum NSPropertyListFormat, plus nonworking NSPropertyListSerialization.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 25 Aug 2004 03:17:41 -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 l0ne@email.it.

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

--- shadow/63684	2004-08-24 09:55:46.000000000 -0400
+++ shadow/63684.tmp.20154	2004-08-25 03:17:41.000000000 -0400
@@ -70,6 +70,14 @@
 - NSString ** is mapped into 'string' which is wrong, it should be 'ref IntPtr', and C# should 
 be ref string
   - mapping:
      IntPtr local_pX = NSObject.Net2NS(pX);
      calling function with 'ref local_pX'
      pX = NSObject.NS2Net(local_pX);
+
+------- Additional Comments From l0ne@email.it  2004-08-25 03:17 -------
+You're right about the constructor; assume that, instead of new NSData(), there's the 
+correct Marshal.Copy code moving the string to unmanaged memory and passing the 
+intptr to NSData(IntPtr,int) (initWithBytes:length:).
+Sorry
+
+ - l0ne