[Mono-bugs] [Bug 360363] Incorrect Behavior: P/Invoke 64-Bit Library on 32-Bit System

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Feb 10 01:27:52 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=360363

User robertj at gmx.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=360363#c1


Robert Jordan <robertj at gmx.net> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |robertj at gmx.net




--- Comment #1 from Robert Jordan <robertj at gmx.net>  2008-02-09 23:27:51 MST ---
We lack SetErrorMode (SEM_FAILCRITICALERRORS). This call will suppress the
annoying error boxes.

To be able to throw BadImageFormatException, the mono_dl_open API must be
changed
to return an error code as well on platforms that support this.

Another issue of the mono_dl's WIN32 support: we're calling LL_SO_ERROR too
late in mono_dl_open -> GetLastError is clobbered.


-- 
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