[Mono-bugs] [Bug 352200] Bug in managed-to-native wrapper
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jan 9 11:31:27 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=352200
User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=352200#c1
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2008-01-09 09:31:27 MST ---
CVAPI is declared as cdecl in the OpenCV header files, and the default pinvoke
calling convention is stdcall on windows. Adding
CallingConvention=CallingConvention.Cdecl to the DllImport declarations in
OpenCVDotNet fixes this issue.
--
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.
More information about the mono-bugs
mailing list