[Mono-bugs] [Bug 363372] Strange behavior with function pointers and delegates with the embedding API
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Feb 20 14:15:19 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=363372
User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=363372#c1
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2008-02-20 12:15:19 MST ---
you have to pass vtypes by address to mono_runtime_invoke (), i.e. write:
args[0] = &ftn_ptr;
in Embed_Foo_Quux
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list