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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 20 May 2003 01:21: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 mathpup@mylinuxisp.com.

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

--- shadow/43351	Tue May 20 01:17:55 2003
+++ shadow/43351.tmp.21068	Tue May 20 01:21:25 2003
@@ -1,14 +1,14 @@
 Bug#: 43351
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -44,6 +44,22 @@
  
  
 How often does this happen?  
  
  
 Additional Information:
+
+------- Additional Comments From mathpup@mylinuxisp.com  2003-05-20 01:21 -------
+My demonstration programs do work under Rotor. To build and run them 
+ 
+1. Compile the shared lib: c++ -shared -o libtest.so MyMarshal.cpp 
+2. Compile C# demos: 
+	a. csc MyMarshal-1.cs 
+	b. csc MyMarshal-2.cs 
+3. Run the demos 
+	a. clix MyMarshal-1.exe 
+	b. clix MyMarshal-2.exe 
+ 
+The output from 1 should be "s = *ABC*" 
+The output from 2 should be "<-5>" 
+ 
+