[Mono-winforms-list] testing peter patches

ROUGE Alain Alain.ROUGE@enac.fr
Fri, 27 Feb 2004 11:00:09 +0100


hi,

I've compiled wine-20040121 with wine-20040121-mono.patch.
I've compiled libgdiplus, mono, mcs from cvs  with mcs-0.30.patch.

For me it doesn't work.  :-(

There's an issue with System.Drawing/libgiplus/cairo even for this simple 
test:

public class Form1 : System.Windows.Forms.Form
{
        public Form1(){}
        public static void Main()
        {
                Form1 f= new Form1();
                f.ShowDialog();
        }
}

----> Unhandled Exception: GdipCreateFontFamilyFromName 

if I comment f.ShowDialog() it works. 

any ideas, new patches soon please ?

Thanks for your help.

ar.