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=77523 --- shadow/77523 2006-02-10 11:51:13.000000000 -0500 +++ shadow/77523.tmp.30865 2006-02-10 12:01:49.000000000 -0500 @@ -81,6 +81,13 @@ value type). If you are saying something else, sorry. We are currently using the overload that only allows for formatted classes in SD. This actually seems to be correct as the MS ToLogFont only worked for me when I used a formatted class to describe the LOGFONT structure, not when I used a managed struct. + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-10 12:01 ------- +Kornel, I think I understand now. The code you have above does work +with the ToLogFont method. However, the one PtrToStructure overload +does still throw an exception if passed a value type (boxed). Two +seperate issues I believe (our handling to ToLogFont and +PtrToStructure issue). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
