[Mono-devel-list] Installer Mono 1.1.2, Gtk# 1.0.4, 1.9 with Previews for Win32
Philipp Knecht
ph_knecht at yahoo.com
Thu Nov 18 03:10:27 EST 2004
Hi Paco
Sorry for my english.
First of all thanks or providing us with a simple
win32 installer.
This is the same bug as i mailed you but i now that
this list is the place for feedback...
There is a encoding misunderstanding between mono and
ms.net under swissgerman (and german?) locales.
(as it is in 1.0.2 and 1.0.4 too).
try with swissgerman locales set (on winxp pro):
using Gtk;
using System;
public class fixedcontainer
{
public static int Main (string[] args)
{
Gtk.Window window;
Application.Init();
window = new Gtk.Window ("ö");
window.DeleteEvent += new DeleteEventHandler
(delete_event);
window.Show();
Application.Run();
return 0;
}
static void delete_event (object obj, DeleteEventArgs
args)
{
Application.Quit();
}
}
Works perfectly when running the vs.net compiled .exe
from the mono 1.1.2 prompt.
When running with MS.NET the "ö" doesn't get
displayed.
By the way to get it running i had to rename
libsharpglue2.dll to libsharpglue2 ...
Thanks
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
More information about the Mono-devel-list
mailing list