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=78973 --- shadow/78973 2006-08-07 06:48:40.000000000 -0400 +++ shadow/78973.tmp.9534 2006-08-07 09:48:51.000000000 -0400 @@ -71,6 +71,15 @@ implemented in native libraries, i.e. glibc, which has a lot of vararg functions, many of them very frequently used. Are there specific issues that make implementing this feature difficult? Is there any plan to add it for all the architectures? + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-07 09:48 ------- +It is difficult to implement, and would require many changes in +the pinvoke infrastructure. + +As I said, a workaround is to define many managed prototypes for the +same C function in the caller assembly. Its not pretty, but it should +work. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
