[Mono-winforms-list] testing peter patches
Peter Dennis Bartok
peter@novonyx.com
Fri, 27 Feb 2004 03:23:26 -0700
I ran into the same problems a few days ago. Make sure you've got the
latest version of cairo from cvs, and re-check out libgdiplus & mcs with
'cvs update -Pd' and build everything.
Libgdiplus is now a separate cvs project, it no longer resides in
System.Drawing/libgdiplus (unless you explicitly put it there).
Cheers,
Peter
-----Original Message-----
From: "ROUGE Alain" <Alain.ROUGE@enac.fr>
To: <mono-winforms-list@lists.ximian.com>
Date: 27 February, 2004 03:02
Subject: [Mono-winforms-list] testing peter patches
>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.
>
>_______________________________________________
>Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
>