[Mono-bugs] [Bug 38532][Wis] Changed - Supporting the #- heap.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Oct 6 11:55:48 EDT 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 vargaz at gmail.com.

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: mono-bugs at ximian.com                            
 ReportedBy: miguel at ximian.com               
 QAContact: mono-bugs at ximian.com
@@ -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 vargaz at gmail.com  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 
+
+
+


More information about the mono-bugs mailing list