Re: [Mono-dev] C# System.Xml

2009-09-16 Thread Hafeez Ur Rehman
Hello, I am trying to compile a very very simple console based project in MonoDevelop. After creating the console based project I just added a single line: *using System.Xml; *and I get the following error: *The type or namespace name 'Xml' does not exist in the name 'system'. Are you

Re: [Mono-dev] C# System.Xml

2009-09-16 Thread Torello Querci
2009/9/16 Hafeez Ur Rehman hafeez.reh...@cprods.com: Hello,     I am trying to compile a very very simple console based project in MonoDevelop. After creating the console based project I just added a single line: using System.Xml; and I get the following error: The type or namespace name

[Mono-dev] MonoCurses under MS Windows

2009-09-16 Thread flippy08
I try to use MonoCurses under MS Windows, but I get a exception: Curses failed to initialize, the exception is: System.DllNotFoundException: Die DLL ncurses.so.5: Das angegebene Modul wurde nicht gefunden. (Ausnahme von HRE SULT: 0x8007007E) kann nicht geladen werden. bei

Re: [Mono-dev] MonoCurses under MS Windows

2009-09-16 Thread Rafael Teixeira
Short Answer: No. You can try to wrap pdcurses instead: http://pdcurses.sourceforge.net/ which has a version for Windows. You can use MonoCurses sources as a start and change things accordingly for pdcurses. There is a Curses Sharp project at sourceforge but it also seems to wrap libcurses

Re: [Mono-dev] [patch] coreclr check for newarr

2009-09-16 Thread Rodrigo Kumpera
Hi Sebastien, A few notes: +/* we check rank == 0 because this is the newarr instruction, i.e. newarr Char -- Char[] */ +if (element-rank != 0) +return; You don't need to check for element-rank == 0 as newarr is only ever used for them. Besides that, are you sure this

Re: [Mono-dev] [patch] coreclr check for newarr

2009-09-16 Thread Sebastien Pouliot
On Wed, 2009-09-16 at 16:31 -0300, Rodrigo Kumpera wrote: Hi Sebastien, A few notes: +/* we check rank == 0 because this is the newarr instruction, i.e. newarr Char -- Char[] */ +if (element-rank != 0) +return; You don't need to check for element-rank == 0 as newarr is

[Mono-dev] Suspected breakage with references in mcs trunk

2009-09-16 Thread Brad Taylor
Hey, I updated mcs and mono to trunk today (r142066) and noticed that gtk-sharp (trunk and gtk-sharp-2-12 branch) as well as other applications like Tomboy no longer build. Here's a snippet of what I'm seeing: /home/brad/mono/bin/mcs /out:glade-viewer.exe /r:../glib/glib-sharp.dll