https://bugzilla.novell.com/show_bug.cgi?id=340662
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=340662#c1 Rodrigo Kumpera <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #1 from Rodrigo Kumpera <[EMAIL PROTECTED]> 2008-03-07 17:22:46 MST --- The issue is that the the runtime merge pinvoke call convention with the signature one. The MS runtime returns the method signature one. And this is what's missing in mono. I build a test case for standard, vararg and generic calling conventions. I'm not sure how to build tests for fastcall, stdcall or cdecl as all my tries failed with a TypeLoadException about signature. Why something like the following is invalid? method private static hidebysig unmanaged cdecl int32 CCallConv (int32 x) cil { .maxstack 8 ldarg.0 ret } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
