Re: [Mono-dev] New performance counter in Mono to report physical memory size in the machine

2010-04-18 Thread Jay R. Wren
Confirmed, the constructor throws InvalidOperationException with a message of Category does not exist. on .NET 4. The code you pasted falls through to Cannot detect Physical RAM. It is not a big deal, but it is something of which people should be aware. -- Jay On 4/17/2010 10:14 PM, jmalcolm

Re: [Mono-dev] moonlite 3d.

2010-04-17 Thread Jay R. Wren
I can't speak entirely for moonlight, but I know that Silverlight does not allow P/Invoke. I would expect that moonlight is the same, since that would mean any moonlight web app application would have full access to all things that your user account has access to. Moonlight implements a sandbox to

Re: [Mono-dev] sh#

2010-04-09 Thread Jay R. Wren
On 4/8/2010 8:29 PM, Jerry Maine - KF5ADY wrote: What does everyone think about making a new dlr script language that is compatible with sh or bash? Maybe called sh#? I think it would be awesome. Please go get started, let me know when you have something to share :) I love bash, and being

[Mono-dev] [PATCH] remove Microsoft.JScript and Microsoft.Vsa from mono-2-pc.in

2010-03-26 Thread Jay R. Wren
remove Microsoft.JScript and Microsoft.Vsa from mono-2-pc.in since they are no longer used. Index: data/dotnet.pc.in === --- data/dotnet.pc.in (revision 154213) +++ data/dotnet.pc.in (working copy) @@ -2,4 +2,4 @@ Name: Standard

[Mono-dev] [PATCH] xsp to use newer Sqlite

2010-03-25 Thread Jay R. Wren
The older Mono.Data.SqliteClient is gone, so this patch is needed to build xsp against mono trunk HEAD -- Jay Index: test/1.1/webcontrols/dbpage1.aspx === --- test/1.1/webcontrols/dbpage1.aspx (revision 154071) +++

[Mono-dev] [PATCH] MonoDevelop AddinAuthoring updated for some MD Core namespace renames or class moves

2010-03-25 Thread Jay R. Wren
MonoDevelop AddinAuthoring updated for some MD Core namespace renames or class moves -- Jay Index: extras/MonoDevelop.AddinAuthoring/MonoDevelop.AddinAuthoring/AddinDescriptionView.cs === ---

[Mono-dev] [PATCH] MonoDevelop remove Mono.Data

2010-03-25 Thread Jay R. Wren
It wasn't getting used, it was needlessly referenced and needlessly imported with using statements. But Mono.Data is gone, so this is needed to build against a fresh mono trunk HEAD -- Jay Index: extras/MonoDevelop.Database/MonoDevelop.Database.Sql.Sqlite/MonoDevelop.Database.Sql.Sqlite.csproj

[Mono-dev] [PATCH] debugger was using Mono.GetOptions

2010-03-25 Thread Jay R. Wren
this patch pulls in Mono.Options and uses it instead of Mono.GetOptions. -- Jay Index: frontend/Interpreter.cs === --- frontend/Interpreter.cs (revision 154213) +++ frontend/Interpreter.cs (working copy) @@ -15,8 +15,6 @@

[Mono-dev] [PATCH] let gnome-sharp build without Mono.GetOptions

2010-03-24 Thread Jay R. Wren
Yes, its a trivial patch, but it Mono.GetOptions is removed from trunk so allowing gnome-sharp samples to build with the newer Mono.Options seems like a good idea. -- Jay Index: sample/gnomevfs/Mono.Options.cs === ---

[Mono-dev] System.Data.DbType adds DateTime2 and DateTimeOffset in 3.5 and OracleException derives from System.Data.Common.DbException in 2.0

2009-02-12 Thread Jay R. Wren
System.Data.DbType adds DateTime2 and DateTimeOffset in 3.5 and OracleException derives from System.Data.Common.DbException in 2.0 This is required to build NHibernate using mono gmcs. This patch is built from Revision: 126355 -- Jay R. Wren DbType3.5andOracleException2.0.patch Description

Re: [Mono-dev] System.Data.DbType adds DateTime2 and DateTimeOffset in 3.5 and OracleException derives from System.Data.Common.DbException in 2.0

2009-02-12 Thread Jay R. Wren
Ok, but I am not a committer. Can someone commit this for me? -- Jay From: Nagappan A Sent: Thursday, February 12, 2009 2:51 PM To: Jay R. Wren Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] System.Data.DbType adds DateTime2 and DateTimeOffset in 3.5 and OracleException

[Mono-dev] Patch to Makefile for btsharp

2006-09-02 Thread Jay R. Wren
\ +$(CLIENT_DIR)/Managers/TrackerManager.cs \ $(CLIENT_DIR)/TrackerConnectionId.cs \ $(CLIENT_DIR)/EventArgs/MessageEventArgs.cs \ $(CLIENT_DIR)/EventArgs/PeerConnectionEventArgs.cs \ Thanks, -- Jay R. Wren