[Mono-winforms-list] testing peter patches

Jordi Mas jordi@ximian.com
Fri, 27 Feb 2004 15:49:02 +0100


En/na ROUGE Alain ha escrit:

> 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 

This functions were added to libdgiplus in the past few days. You really need 
a recent copy of libdiplus.

Thanks,

Jordi,