[Mono-bugs] [Bug 43351][Nor] Changed - Mono does not support custom marshalers

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Jun 2004 02:52:26 -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 gonzalo@ximian.com.

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

--- shadow/43351	2003-06-03 13:12:18.000000000 -0400
+++ shadow/43351.tmp.5923	2004-06-05 02:52:26.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 43351
-Product: Mono/Runtime
+Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
@@ -87,6 +87,14 @@
 you have additional tests?
 
 ------- Additional Comments From dietmar@ximian.com  2003-06-03 13:12 -------
 Is MS able to use custum marshalling with value types (structs)? Can
 we use custom marshaling with out parameters and return types? If so
 we need test cases. And what about array types?
+
+------- Additional Comments From gonzalo@ximian.com  2004-06-05 02:52 -------
+Works now:
+
+gonzalo@k7:/tmp$ mono m1.exe
+s = *ABC*
+gonzalo@k7:/tmp$ mono m2.exe
+<-5>