[Mono-dev] mono+linux C# Hugh performance timer

2008-12-05 Thread buhochil...@gmail.com
Hi guys: Most articles about high performance timers in C# need to call to some Win32 API calls, I wonder if there is a way or some approach to do something like that in C# with mono on linux? Any direction would be apreciated. Mauricio ___

Re: [Mono-dev] mono+linux C# Hugh performance timer

2008-12-05 Thread Jacob Gladish
I believe the Stopwatch uses Linux hi-res timers. --- On Fri, 12/5/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: [Mono-dev] mono+linux C# Hugh performance timer To: Mono devel list mono-devel-list@lists.ximian.com Date: Friday, December

Re: [Mono-dev] mono+linux C# Hugh performance timer

2008-12-05 Thread Leszek Ciesielski
It also uses high-res timers on Windows. It was added in .NET 2.0, check the dates on your articles :-) On Fri, Dec 5, 2008 at 3:11 PM, Jacob Gladish [EMAIL PROTECTED] wrote: I believe the Stopwatch uses Linux hi-res timers. --- On Fri, 12/5/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

[Mono-dev] [PATCH] Get system time more efficiently on Windows

2008-12-05 Thread Kornél Pál
Hi, Please review and approve the patch. Thanks. Kornél Index: mono/mono/utils/mono-time.c === --- mono/mono/utils/mono-time.c (revision 120853) +++ mono/mono/utils/mono-time.c (working copy) @@ -42,12 +42,13 @@ gint64

Re: [Mono-dev] mono+linux C# Hugh performance timer

2008-12-05 Thread buhochil...@gmail.com
Leszek Ciesielski wrote: It also uses high-res timers on Windows. It was added in .NET 2.0, check the dates on your articles :-) jaja, yeap, old ones...thanks.. On Fri, Dec 5, 2008 at 3:11 PM, Jacob Gladish [EMAIL PROTECTED] wrote: I believe the Stopwatch uses Linux hi-res timers.

Re: [Mono-dev] [PATCH] Get system time more efficiently on Windows

2008-12-05 Thread Zoltan Varga
Hi, Looks good. Zoltan 2008/12/5 Kornél Pál [EMAIL PROTECTED]: Hi, Please review and approve the patch. Thanks. Kornél Index: mono/mono/utils/mono-time.c === --- mono/mono/utils/mono-time.c (revision 120853)

[Mono-dev] Announcing Mono 2.2 Preview 2...

2008-12-05 Thread Thomas Wiest
Hey Everyone, We've just released Mono 2.2 Preview 2 today! Please help us out by giving it a try with your applications. As always, you can get the preview/RC releases here: http://mono.ximian.com/monobuild/preview/download-preview/ Please report any bugs that you may find using our Bugs

[Mono-dev] Patch for winforms (packaging issue)

2008-12-05 Thread Paul
Hi, An issue we've found with mono-winforms under fedora is that to get winforms to work, libgdiplus-devel is required. Below is a small patch which fixes this by allowing winforms to link to the standard libgdiplus.so.0 file --- mono-2.2/data/config.in 2008-11-30 19:34:24.0 +

Re: [Mono-dev] Patch for winforms (packaging issue)

2008-12-05 Thread Bojan Rajkovic
Paul wrote: Hi, An issue we've found with mono-winforms under fedora is that to get winforms to work, libgdiplus-devel is required. Below is a small patch which fixes this by allowing winforms to link to the standard libgdiplus.so.0 file --- mono-2.2/data/config.in 2008-11-30

Re: [Mono-dev] Patch for winforms (packaging issue)

2008-12-05 Thread Paul
Hi, D'oh - typo! --- mono-2.2/data/config.in 2008-11-30 19:34:24.0 + +++ mono-2.2/data/config-new.in 2008-12-02 23:57:51.0 + @@ -15,6 +15,7 @@ dllmap dll=i:msvcrt.dll target=@LIBC@ os=!windows/ dllmap dll=sqlite target=@SQLITE@ os=!windows/

Re: [Mono-dev] Announcing Mono 2.2 Preview 2...

2008-12-05 Thread Justin Cherniak
I noticed that the windows installer still installs GTK# 2.10. Is there a reason that we are not packagine 2.12? Thanks, Justin On Fri, Dec 5, 2008 at 12:56 PM, Thomas Wiest [EMAIL PROTECTED] wrote: Hey Everyone, We've just released Mono 2.2 Preview 2 today! Please help us out by giving