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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=360363#c1


Robert Jordan <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #1 from Robert Jordan <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to