[MonoDevelop] Refresh visuals in Windows.

Peter Johanson latexer at gentoo.org
Wed Oct 17 13:18:51 EDT 2007


On Wed, Oct 17, 2007 at 10:12:03AM -0600, "Sim??n R. S??nchez Segura" wrote:
>    And other things, but nothing worked until now.
>    Any idea?? Thanks,

Try adding:

if (!GLib.Thread.Supported) {
	GLib.Thread.Init ();
}

to your program's initialization code. On linux using mono, the mono
runtime (which uses glib) does this already, but this is not the case
when running on MS .NET. That should hopefully improve things for you.

-pete


More information about the Monodevelop-list mailing list