[Mono-bugs] [Bug 432408] [WIN32] Can't p/invoke dlls which link into cygwin*.dll

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Oct 5 13:07:44 EDT 2008


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

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





--- Comment #1 from Robert Jordan <robertj at gmx.net>  2008-10-05 11:07:43 MDT ---
Another trace:

using System;
using System.Drawing;

class Program
{
        static void Main ()
        {
                Graphics.FromHwnd (IntPtr.Zero);
        }
}

gmcs test.cs
MONO_LOG_LEVEL=debug MONO_LOG_MASK=dll mono test.exe

..
Mono-INFO: Probing '_GdipCreateFromContext_macosxA at 248'.
Mono-INFO: Probing '_GdipCreateFromContext_macosxA at 252'.
Mono-INFO: Probing '_GdipCreateFromContext_macosxA at 256'.
Mono-INFO: DllImport attempting to load: 'libX11'.
Mono-INFO: DllImport loading location: 'libX11.dll'.

It hangs after the last line.


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