Re: [Mono-dev] Class status pages are empty

2009-01-21 Thread Leszek Ciesielski
On Sun, Sep 21, 2008 at 7:30 PM, Miguel de Icaza mig...@novell.com wrote: Hello, Perhaps some members of the Mono team use gui-compare, but I think end-users / third-party developers appreciate an easy way to consult the API compatibility level of certain types/members. The only painful

Re: [Mono-dev] Class status pages are empty

2009-01-21 Thread Atsushi Eno
They are now at http://go-mono.com/status Atsushi Eno Leszek Ciesielski wrote: On Sun, Sep 21, 2008 at 7:30 PM, Miguel de Icaza mig...@novell.com wrote: Hello, Perhaps some members of the Mono team use gui-compare, but I think end-users / third-party developers appreciate an easy way to

[Mono-dev] GraphicsPath.Warp

2009-01-21 Thread APS
Hi, I'm using GraphicsPath.Warp to generate a captcha image. This method is marked as ToDo cause GdipWarpPath isn't implemented in libgdiplus. Looking at GdipWarpPath in libgdiplus it seems that something has been done but the real image transformation is missing. There's a plan for this

Re: [Mono-dev] Class status pages are empty

2009-01-21 Thread Leszek Ciesielski
That's excellent! Thank you. Could http://www.mono-project.com/Class_Status get updated to point to them? Also, it might be a good idea to redirect hits from http://mono.ximian.com/class-status/ (and below this directory) to the new location, a lot of pages on the web contain links to the old

Re: [Mono-dev] Class status pages are empty

2009-01-21 Thread Kornél Pál
Hi, Microsoft .NET Framework 2.0 Service Pack 2 finally was released as a standalone update: http://www.microsoft.com/downloads/details.aspx?FamilyID=5B2C0358-915B-4EB5-9B1D-10E506DA9D0Fdisplaylang=en As a result the following version should be used for comparison: 1.1 SP1 2.0 SP2 3.5 SP1

Re: [Mono-dev] 2.2 broken for solaris

2009-01-21 Thread pablosantosl...@terra.es
great thanks! I'll check now Zoltan Varga escribió: Hi, This is now fixed in the 2.2 branch: http://lists.ximian.com/pipermail/mono-patches/2009-January/138782.html Zoltan On Wed, Jan 21, 2009 at 12:54 AM, pablosantosl...@terra.es pablosantosl...@terra.es wrote: Hi,

Re: [Mono-dev] [PATCH] verifier vs literal/init-only fields

2009-01-21 Thread Rodrigo Kumpera
Go to mono/tests/verifier, do a make run-test, wait as the 10k tests are generated, compiled and ran. Don't try it on a windows machine otherwise it will take eons to complete. On Wed, Jan 21, 2009 at 3:59 AM, Cedric Vivier cedr...@neonux.com wrote: Hi Rodrigo, This small patch add a few

[Mono-dev] ICustomMarshaler and Mono 2.2

2009-01-21 Thread uhrm
Hello I have some code that uses custom marshaling for interop with native code. After updating to Mono 2.2, I see that when parameters are marshaled using my custom marshaler, MarshalNativeToManaged gets called for In-parameters. In older versions of Mono, this was not the case. Is this

[Mono-dev] CS0016 error

2009-01-21 Thread Mudit Vaidya
Hi I have built mono from source. I am trying to compile a file but I get the following error : C:\Users\MICROSOFT\Desktop\mono-2.0.1\mono-2.0.1\mcs\mcsmono mcs.exe g:\hello.c s error CS0016: Could not write to file `g:\hello.exe', cause: Could not find a part of the path g:\hello.exe.

Re: [Mono-dev] CS0016 error

2009-01-21 Thread Robert Jordan
Mudit Vaidya wrote: Hi I have built mono from source. I am trying to compile a file but I get the following error : C:\Users\MICROSOFT\Desktop\mono-2.0.1\mono-2.0.1\mcs\mcsmono mcs.exe g:\hello.c s error CS0016: Could not write to file `g:\hello.exe', cause: Could not find a part of

Re: [Mono-dev] ICustomMarshaler and Mono 2.2

2009-01-21 Thread Zoltan Varga
Hi, This was fixed after 2.2 was released, the fix will be in 2.2.1. Zoltan On Wed, Jan 21, 2009 at 2:19 PM, uhrm m...@bluewin.ch wrote: Hello I have some code that uses custom marshaling for interop with native code. After updating to Mono 2.2, I see that when

Re: [Mono-dev] Class status pages are empty

2009-01-21 Thread APS
http://go-mono.com/status talks about Mono 3.5, it's just to clearify that implements FX 3.5 but it means Mono 2.x currently available? At 12.34 21/01/2009, Kornél Pál wrote: Hi, Microsoft .NET Framework 2.0 Service Pack 2 finally was released as a standalone update:

Re: [Mono-dev] [PATCH] Uri.IsWellFormedUriString should not throw an exception.

2009-01-21 Thread Robert Jordan
Hi Bill, Bill Holmes wrote: Uri.IsWellFormedUriString calls the .ctor which throws an exception. The .ctor throwing the exception is expected behavior, IsWellFormedUriString throwing is not expected. + try { + Uri uri = new Uri (uriString,

[Mono-dev] Online Documentation Broken

2009-01-21 Thread Bojan Rajkovic
Hi y'all, Is the online documentation broken? I keep getting this error for every page: /Cannot be negative. Parameter name: length/ *Description: *HTTP 500. Error processing request. *Stack Trace: * System.ArgumentOutOfRangeException: Cannot be negative. Parameter name: length at