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=38532

--- shadow/38532        2006-10-05 11:57:32.000000000 -0400
+++ shadow/38532.tmp.5877       2006-10-06 11:55:48.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 38532
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
@@ -166,6 +166,24 @@
 This should work now. I tested with wx.NET whose windows binaries
 are compiled this way:
 
 http://wxnet.sourceforge.net/binary.html
 
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-10-06 11:55 -------
+This doesn't seem to completely work, it looks like sometimes the IL
+code contains tokens which doesn't go though the FieldPtr table.
+An example is the wx.EvtHandler::EVT_STC_CHANGE method in wx.NET.dll.
+It references the  wx.StyledTextCtrl::wxEVT_STC_CHANGE field using
+a token (0x4000934), which, if redirected through the FieldPtr table,
+points to the wxSTC_CMD_PARAUPEXTEND field.
+
+FieldPtr table:
+2356: 2355
+
+Field table:
+2355: int32 wxSTC_CMD_PARAUPEXTEND: public static  literal 
+2356: int32 wxEVT_STC_CHANGE: public static  initonly 
+
+
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to