[Mono-bugs] [Bug 70864][Blo] Changed - Mono don't generate native wrappers for delegates which returns structs or enums.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 13:43:35 -0500 (EST)


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 ddmk@r66.ru.

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

--- shadow/70864	2005-02-18 13:20:33.000000000 -0500
+++ shadow/70864.tmp.20017	2005-02-18 13:43:35.000000000 -0500
@@ -136,6 +136,18 @@
 ------- Additional Comments From ddmk@r66.ru  2005-02-18 13:20 -------
 Please Make UPDATE to windows binaries i can't test program on mono 
 (it faults at startup, because function table transferring at 
 startup)
 
 
+
+------- Additional Comments From ddmk@r66.ru  2005-02-18 13:43 -------
+May be struct returned as preffered in C++ (NOT C) but microsoft use 
+C struct push to stack. (without 1 pointer - 4 bytes stack differs)
+
+
+
+where is any limits on function pointers table translation , which 
+appeared in 1.1.4?
+
+
+