[Mono-dev] Nokia 770

2006-09-05 Thread psantosl
Hi, I'm playing with a Nokia 770. I already installed mono, but when I try to execute a CLI application I get the following: Unhandled Exception: System.IO.FileNotFoundException: mscorlib.resources . One question, looking at /var/lib/install/usr/lib/mono/1.0 I only find mscorlib.dll.

[Mono-dev] question on the Socket class

2006-09-05 Thread Dmitry Key
Hi, all! In the C# code below I try to check during given timeout whether host is available or not. This code is working fine under .Net with the following output: 10035 Time: 5,040425 seconds For the Mono 1.1.13/Debian 10035 Test Failed: 1,660835 seconds Could somebody explain what I did

Re: [Mono-dev] Nokia 770

2006-09-05 Thread pablosantosluac
Hi, Well, our app uses resources ... (a lot). Could this be the problem? - Original Message - From: Miguel de Icaza [EMAIL PROTECTED] To: pablosantosluac [EMAIL PROTECTED] Cc: mono-devel-list@lists.ximian.com Sent: Monday, September 04, 2006 9:08 PM Subject: Re: [Mono-dev] Nokia 770

[Mono-dev] [PATCH] System.ServiceProcess API compatibility fixes

2006-09-05 Thread Gert Driesen
Hi, The attached patch fixes some (not all) API compatibility issue in the System.ServiceProcess assembly in preparation for my win32 implementation. Let me know if it's ok to commit. Signed-off-by: Gert Driesen [EMAIL PROTECTED] Gert ___

[Mono-dev] [PATCH] System.ServiceProcess API compatibility fixes - try #2

2006-09-05 Thread Gert Driesen
guess it's no good without the patch itself, or is it ;-) - Original Message - From: Gert Driesen [EMAIL PROTECTED] To: 'mono-devel mailing list' mono-devel-list@lists.ximian.com Sent: Tuesday, September 05, 2006 12:37 PM Subject: [PATCH] System.ServiceProcess API compatibility fixes

Re: [Mono-dev] [PATCH] System.ServiceProcess API compatibility fixes - try #2

2006-09-05 Thread Jörg Rosenkranz
Hello Gert, I see no problems with this patch as it shouldn't affect the Linux mono-service implementation. Joerg. 2006/9/5, Gert Driesen [EMAIL PROTECTED]: guess it's no good without the patch itself, or is it ;-) - Original Message - From: Gert Driesen [EMAIL PROTECTED] To:

Re: [Mono-dev] [PATCH] System.ServiceProcess API compatibilityfixes - try #2

2006-09-05 Thread Gert Driesen
- Original Message - From: Jörg Rosenkranz [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: mono-devel mailing list mono-devel-list@lists.ximian.com Sent: Tuesday, September 05, 2006 12:51 PM Subject: Re: [Mono-dev] [PATCH] System.ServiceProcess API compatibilityfixes - try #2

Re: [Mono-dev] [PATCH] System.ServiceProcess API compatibilityfixes - try #2

2006-09-05 Thread Robert Jordan
Gert Driesen wrote: * we implement managed daemons for both Windows and Linux, and use either .NET remoting or web services to access these daemons remotely. I already wrote a native (unmanaged) Win32 service wrapper which embeds Mono's runtime and provides the same functionality like MS.NET.

Re: [Mono-dev] [PATCH] System.ServiceProcess API compatibilityfixes - try #2

2006-09-05 Thread Jörg Rosenkranz
2006/9/5, Gert Driesen [EMAIL PROTECTED]: Now that you bring it up, could you explain how the mono-service implementation works. I've never looked into it. Is it a daemon ? First it was a C daemon embedding Mono. For easier implementation it was converted to a C# EXE which is run in the

Re: [Mono-dev] Error on 'make install' in latest SVN revision

2006-09-05 Thread Michael Schurter
Michael Hutchinson wrote: On 9/3/06, Alejandro Serrano [EMAIL PROTECTED] wrote: MONO_PATH=../../class/lib/net_1_1_bootstrap:$MONO_PATH /home/serras/mono-svn/mono/runtime/mono-wrapper ../../class/lib/net_1_1_bootstrap/gacutil.exe /i ../../class/lib/net_2_0/System.dll /f /root /usr/lib

[Mono-dev] C# source files in mcs tree are now UTF-8

2006-09-05 Thread Kornél Pál
Hi, I commited the patch that converted all C# source files in mcs tree to UTF-8 (without byte order mark). All C# source files are now compiled using UTF-8 by default. Please use UTF-8 in source files because the compiler will decode the files using UTF-8. (Note that this does not affect

Re: [Mono-dev] Nokia 770

2006-09-05 Thread Brian Crowell
pablosantosluac wrote: Unhandled Exception: System.IO.FileNotFoundException: mscorlib.resources . What is the full stack trace? Check to see whether your code triggers the loading of these resources. --Brian ___ Mono-devel-list mailing

Re: [Mono-dev] [Mono-winforms-list] Extended error reporting for libgdiplus/System.Drawing

2006-09-05 Thread Sebastien Pouliot
Hello Jonathan, On Mon, 2006-09-04 at 17:57 -0500, Jonathan Gilbert wrote: Ever since I started working on libgdiplus and the related System.Drawing bits, I've always been somewhat unimpressed by the error reporting capabilities of GDI+. True, still very similar to most of the Win32 API ;-)

[Mono-dev] Is there a tool (command line) to read assembly's version number?

2006-09-05 Thread Hubert FONGARNAND
the question is in the title... thanks -- Hubert FONGARNAND [EMAIL PROTECTED] Fiducial ___Ce message et les éventuels documents joints peuvent contenir des informations confidentielles.Au cas où il ne vous serait pas destiné, nous vous

Re: [Mono-dev] Is there a tool (command line) to read assembly's version number?

2006-09-05 Thread Jacob Ilsø Christensen
You could use:monodis --assembly MyAssembly.dll/JacobOn 9/5/06, Hubert FONGARNAND [EMAIL PROTECTED] wrote: the question is in the title... thanks -- Hubert FONGARNAND [EMAIL PROTECTED] Fiducial ___Ce message et les �ventuels documents

Re: [Mono-dev] Nokia 770

2006-09-05 Thread Miguel de Icaza
Hello, Well, our app uses resources ... (a lot). Could this be the problem? The best way of tracking this down is writing the smallest possible program that exhibits this behavior. - Original Message - From: Miguel de Icaza [EMAIL PROTECTED] To: pablosantosluac [EMAIL PROTECTED]

Re: [Mono-dev] Nokia 770

2006-09-05 Thread Everaldo Canuto
Hi Pablo,Are you using Nokia OS 2005 or 2006?Can you provide a simple test program?Everaldo. pablosantosluac wrote:Unhandled Exception: System.IO.FileNotFoundException: mscorlib.resources. ___ Mono-devel-list mailing list

Re: [Mono-dev] Environment.ProcessorCount

2006-09-05 Thread Zoltan Varga
Hi, This looks ok, but I'm not sure all of our platforms define _SC_NPROCESSORS_CONF. Zoltan On 9/5/06, Jon Chambers [EMAIL PROTECTED] wrote: Here is a patch (from a coworker) for Environment.ProcessorCount. Please review. Thanks, Jonathan

[Mono-dev] [PATCH] TestConfiguration.cs is not a common file (2)

2006-09-05 Thread Kornél Pál
Hi, TestConfiguration.cs is currently in mcs/build/common but is only used by Npgsql_test and it's functionality is specific to Npgsql as well. There is no use to have this file in mcs/build/common. I posted this patch to the list two weeks ago but I received no comments. If there will be no

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-09-05 Thread Sergey Tikhonov
Hello Zoltan, Well, kind of good news for mono on Linux/Alpha. With small hack to mcs source code I was able to build mcs compiler by modified mcs from sources on Linux/Alpha. :) Still need to understand why it fails at first place. Regards, Sergey. [EMAIL PROTECTED] Solvo Ltd.

[Mono-dev] [PATCH] Generate Consts.vb from Consts.cs (3)

2006-09-05 Thread Kornél Pál
Hi, Microsoft.VisualBasic and vbnc are written in VB. Consts.cs contains contants that are usable in these assemblies as well so it is preferable to have a Consts.vb as well. I created cs2vb.pl that is intended to generate Consts.vb from Consts.cs so that only Consts.cs.in has to be maintained