[Mono-bugs] [Bug 38219][Nor] Changed - Issues with returning a pointer to a structure from P/Invoke

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Aug 2004 17:34:15 -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 bmaurer@users.sf.net.

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

--- shadow/38219	2003-02-25 07:30:08.000000000 -0500
+++ shadow/38219.tmp.20770	2004-08-27 17:34:15.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 38219
-Product: Mono/Runtime
+Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: alp@atoker.com               
 QAContact: mono-bugs@ximian.com
@@ -95,6 +95,10 @@
 	p = *getpwuid (getuid ());
 
 doesn't work in mono and this is the reason I'm leaving the bug open.
 Note I'm not sure this variant is supposed to work, anyway.
 We'd need to write tests and see what the MS runtime does in this case.
 
+
+------- Additional Comments From bmaurer@users.sf.net  2004-08-27 17:34 -------
+The test case wont even compile on csc with the variant. You cant use
+a managed type (one with a string in it) as a pointer.