[Mono-bugs] [Bug 77683][Nor] New - Marshalling string inside of structure is not working

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 1 12:19:28 EST 2006


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 jonathan.chambers at ansys.com.

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

--- shadow/77683	2006-03-01 12:19:27.000000000 -0500
+++ shadow/77683.tmp.10650	2006-03-01 12:19:27.000000000 -0500
@@ -0,0 +1,56 @@
+Bug#: 77683
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: interop
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: jonathan.chambers at ansys.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Marshalling string inside of structure is not working
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+A structure has an embedding string that is marshalled as ByValTStr. It
+should use the setting on the structure for charset, but it is not.
+
+Steps to reproduce the problem:
+1. See testcase.
+2. 
+3. 
+
+Actual Results: (under mono)
+log1.Name A
+log1.Weight 400
+log2.Name
+log2.Weight 0
+log2.Name A
+log2.Weight 400
+logc.Name A
+logc.Weight 400
+
+
+Expected Results: (under MS)
+log1.Name Arial
+log1.Weight 400
+log2.Name
+log2.Weight 0
+log2.Name Arial
+log2.Weight 400
+logc.Name Arial
+logc.Weight 400
+
+
+How often does this happen? 
+Everytime.
+
+
+Additional Information:


More information about the mono-bugs mailing list