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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
