Re: [Mono-dev] explicit conversion to bool and bool? on XElement

2010-07-15 Thread Atsushi Eno
Hello, I don't see such a problem. $ cat x.cs using System; using System.Xml.Linq; public class Test { public static void Main () { XName n = XName.Get (x); Console.WriteLine ((bool?) new XElement (n, true));

Re: [Mono-dev] explicit conversion to bool and bool? on XElement

2010-07-15 Thread David Mitchell
It seems that it's been fixed on a more recent revision. Apologies -- Dave (on the iPhone) On Jul 15, 2010, at 3:55 AM, Atsushi Eno atsushi...@veritas-vos-liberabit.com wrote: Hello, I don't see such a problem. $ cat x.cs using System; using System.Xml.Linq; public class

Re: [Mono-dev] [PATCH] Make mono_dl_register_library into a fallback

2010-07-15 Thread Paolo Molaro
On 07/13/10 Miguel de Icaza wrote: typedef void* (*MonoDlFallbackLoad) (const char *name, int flags, char **err, void *user_data); typedef void* (*MonoDlFallbackSymbol) (void *handle, const char *name, char **err, void *user_data); typedef void* (*MonoDlFallbackClose) (void *handle,

[Mono-dev] Mono API: field type attributes

2010-07-15 Thread David Yuste
Hello, This is my first mail here. I'm David Yuste, I'm working in the gcc branch gcc4cli. The whole project also includes a GCC front-end for CLI, which uses the Mono parser. The front end interacts with Mono through the Mono API. The problem that I have is that I need to check whether a

Re: [Mono-dev] Mono API: field type attributes

2010-07-15 Thread Robert Jordan
On 15.07.2010 16:55, David Yuste wrote: Hello, This is my first mail here. I'm David Yuste, I'm working in the gcc branch gcc4cli. The whole project also includes a GCC front-end for CLI, which uses the Mono parser. The front end interacts with Mono through the Mono API. The problem

Re: [Mono-dev] Visual Studio Projects Upgrade

2010-07-15 Thread Daniel Morgan
What if someone wants to create a GTK# App on Windows?  Will this Gtk# app work with eglib instead of glib? --- On Wed, 7/14/10, Jonathan Chambers jonc...@gmail.com wrote: From: Jonathan Chambers jonc...@gmail.com Subject: [Mono-dev] Visual Studio Projects Upgrade To: mono-devel-list

Re: [Mono-dev] Visual Studio Projects Upgrade

2010-07-15 Thread Robert Jordan
On 15.07.2010 23:02, Daniel Morgan wrote: What if someone wants to create a GTK# App on Windows? Will this Gtk# app work with eglib instead of glib? It will work because EGLib does not interfere with GLib. Robert --- On Wed, 7/14/10, Jonathan Chambersjonc...@gmail.com wrote: From:

[Mono-list] moonlight key focus (abort) in browser [flash has same issue]

2010-07-15 Thread ted leslie
Now that I am using moonlight more often (and flash has this problem, but I turn off flash alot now), I hate the issue of it stealing all key presses, so browser key short cuts don't work. I can understand that its important to offer up as many keys to the moonlight plugin as possible, but