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

Shaun Jackman Shaun Jackman <sjackman@gmail.com>
Fri, 24 Sep 2004 15:50:23 -0700


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