[Mono-list] Wine and System.Windows.Forms

Peter Dennis Bartok peter@novonyx.com
Fri, 24 Sep 2004 18:15:57 -0600


The more appropriate list for SWF related questions would probably be 
mono-winforms-list .

To answer your question: We don't support or work on the SWF version that 
uses Wine anymore. For more details check out

http://lists.ximian.com/archives/public/mono-winforms-list/2004-July/000794.html

and

http://lists.ximian.com/archives/public/mono-winforms-list/2004-September/000857.html

You can pull the new managed implementation from cvs, it's in 
mcs/class/Managed.Windows.Forms and try your hello world app there. Chances 
are it just runs :-) (But see the above september message for what's there 
and what's not there yet).

Cheers,
  Peter


-----Original Message-----
From: "Shaun Jackman" <sjackman@gmail.com>
To: <mono-list@lists.ximian.com>
Date: Friday, 24 September, 2004 16:52
Subject: [Mono-list] Wine and System.Windows.Forms


>Hello,
>
>My first Console.WriteLine("Hello, world!") test worked right out of
>the box. I was quite happy with that. I'm trying a simply
>System.Windows.Forms "Hello, world!" now. The application compiled
>fine. Running it, however, opens two windows with display artifacts.
>Wine prints a number of error messages:
>
>fixme:font:WineEngGetGlyphOutline FT_Load_Glyph on index 2c returns 151
>fixme:font:WineEngGetGlyphOutline FT_Load_Glyph on index 51 returns 151
>fixme:font:WineEngGetGlyphOutline FT_Load_Glyph on index 59 returns 151
>...
>
>Do I need a specific version of Mono, Wine, or FreeType to make this work?
>
>$ mcs --version
>Mono C# compiler version 1.0.1.0
>$ wine --version
>Wine 20040716
>
>Please cc me in your reply. Thanks!
>Shaun
>_______________________________________________
>Mono-list maillist  -  Mono-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-list
>
>