[Mono-winforms-list] GDI+ bug

2006-02-17 Thread Pascal Fresnay
Hi, I attached a simple GDI+ apps that works well on .NET, but failed with mono, both on Windows and Linux (with mono 1.1.13) with this error : Mono System.Windows.Forms Assembly [Revision: 54007; built: 2005/12/6 14:35:24] Keyboard: French keyboard layout Gtk not found (missing LD_LIBRARY_PATH

Re: [Mono-dev] The State Of Mono Assembly Verification?

2006-02-17 Thread Paolo Molaro
On 02/16/06 Jim Purbrick wrote: OK, I've uploaded a first batch of ~230 verifier tests based on ECMA-335 III here: http://homepage.ntlworld.com/james.purbrick/VerifierTests.tar Thanks ! This is a good start. I looked a a few of them and they look fine. I'd appreciate it if you could take a

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

2006-02-17 Thread Zoltan Varga
Hi, You can put it into mono_arch_emit_exceptions (). Zoltan On 2/16/06, Sergey Tikhonov [EMAIL PROTECTED] wrote: Hello, I made some progress, but still need help. :) Working with ICONSTs on Alpha is real pain. I

Re: [Mono-dev] Bug in System.Web.UI.WebControls.BoundColumn

2006-02-17 Thread Jonathan Pryor
On Thu, 2006-02-16 at 20:51 -0500, Chris Toshok wrote: This patch looks okay, except for the switch from 'df != ' to 'df.Length != 0'. I'd prefer the former (and in general I'd rather adapt whatever my thoughts are on the matter to what the original author wrote.) `df != ' may make more

Re: [Mono-dev] Bug in System.Web.UI.WebControls.BoundColumn

2006-02-17 Thread Chris Toshok
yeah, I figured it was more efficient (for ms at least - do we inline the getter?).. my argument was more a consistency thing - there are other != usages in that file. Change them all or change none, basically :) actually running FxCop or something over the current System.Web might not be a

Re: [Mono-dev] Mono embedded scripting language advice

2006-02-17 Thread David Jung
[EMAIL PROTECTED] wrote: It depends a lot on what you want to do, but why not just use C#? Thanks for the tip Matt, that looks pretty simple to do. Unfortunately, I wanted to use a scripting language specifically to make life easier for the users (developer users) entering code to call

[Mono-dev] MS/Mono incompatibility in StreamReader.ReadLine()

2006-02-17 Thread Mike Glenn
I think my original message may have gotten lost in all the other talk on the list. The attached patch makes StreamReader.ReadLine() behave like the MS.Net 1.1 implementation( not sure if 2.0 is the same, but I suspect it is ). See message below for a description of the incompatibility. Please

[Mono-dev] mono/jit directory?

2006-02-17 Thread Chris Seaton
I've downloaded the Mono 1.1.13.2 tar ball and the README says that there is a mono/jit directory, but there doesn't seem to be one. I'm interested in the JIT compiler code - where is it now? And should the README file be updated? Chris Seaton

Re: [Mono-dev] mono/jit directory?

2006-02-17 Thread Paolo Molaro
On 02/17/06 Chris Seaton wrote: I've downloaded the Mono 1.1.13.2 tar ball and the README says that there is a mono/jit directory, but there doesn't seem to be one. I'm interested in the JIT compiler code - where is it now? And should the README file be updated? The jit sources are in

Re: [Mono-dev] The State Of Mono Assembly Verification?

2006-02-17 Thread Jim Purbrick
Hi Paolo/All, --- Paolo Molaro [EMAIL PROTECTED] wrote: I'd like this to be done a bit differently. Take the existing tests you made and change (for example for the 3.1 ones) add with BINARY_NUM_OP. Then a little script will copy and replace and create tests for each of a list of opcodes.

[Mono-dev] Intel Macs

2006-02-17 Thread Colt D. Majkrzak
I was wondering what the status of mono on the Intel macs? We have a product that runs on the macs via mono, but havent had much success with getting mono to run on the intel macs. Anyone have any idea? Thanks! - [EMAIL PROTECTED]

Re: [Mono-dev] The State Of Mono Assembly Verification?

2006-02-17 Thread Paolo Molaro
On 02/17/06 Paolo Molaro wrote: We'll take a look at the ilasm failures (it is also important that ilasm doesn't leave behind 0-length files when it fails). Ankit is looking at this. I will probably add a mono option like --debug-expect-exception=System.InvalidProgramException so we can

Re: [Mono-dev] [PATCH] MS/Mono incompatibility in System.Web.HttpRequest

2006-02-17 Thread Paolo Molaro
On 02/16/06 Edward C. Eisenbrey wrote: You're right, that seems to work just as well. The updated patch file is attached. [...] From: Eyal Alaluf [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 4:29 AM To: Edward C. Eisenbrey Cc: mono-devel-list@lists.ximian.com Subject: Re:

Re: [Mono-dev] patch for String equality/inequality

2006-02-17 Thread Marek Safar
Hello, I noticed that String operator != just reuses == i.e. a != b returns ! (a == b). It could be more effective if operator!= has actual implementation code. Also, string.Equals() currently calls operator!= which performs extraneous null check (maybe static invocation was faster?). As

[Mono-dev] Assembly Mono.Cecil not found while compiling

2006-02-17 Thread vijaya raghava mutharaju
Hi, I installed Mono and Cecil. Tried to compile a sample application using Mono.Cecil. But the mcs compiler is giving error messages that it cannot find Mono.Cecil. I installed Mono.Cecil.dll into the GAC successfully. Generated a key and recompiled Mono.Cecil.dll.sources with the

Re: [Mono-dev] Assembly Mono.Cecil not found while compiling

2006-02-17 Thread Robert Jordan
Hey, I installed Mono and Cecil. Tried to compile a sample application using Mono.Cecil. But the mcs compiler is giving error messages that it cannot find Mono.Cecil. I installed Mono.Cecil.dll into the GAC successfully. Generated a key and recompiled Mono.Cecil.dll.sources

Re: [Mono-dev] Assembly Mono.Cecil not found while compiling

2006-02-17 Thread Carlos Alberto Cortez
Hello, I would like to add something that could be of help: Installing assemblies in tha GAC doesn't mean you can reference them using the '-r' option (this -r option applies to the assembly path, such MyAssembly.dll or ../Something/MyAssembly.dll or /fullpath/MyAssembly.dll). The exceptions to

Re: [Mono-list] Mono.Unix.Native.Syscall.(l)stat weirdness

2006-02-17 Thread Jonathan Pryor
On Fri, 2006-02-17 at 00:36 +0100, László Monda wrote: UnixFileSystemInfo seems to be a well-designed abstraction on top of the Unix VFS API, but I'll stick with syscalls, because I don't like UnixFileSystemInfo's exception policy. What don't you like about its exception policy? Thanks, -

Re: [Mono-list] Trouble compiling Mono on Solaris 10 Sparc

2006-02-17 Thread Michael Welch
On 2/16/06, Michael Welch [EMAIL PROTECTED] wrote: I think it is important for the wiki on the mono site to be corrected and to have Jonel's tips stated rather than what is there. What is there is misleading and insufficient (at least for Solaris 10 on Sparc) In particular this URL is not helpful