[Mono-dev] Suggestion: Mono.Collection really useful

2006-09-30 Thread Francisco Modesto
Hi, I'm new with Mono and C#. I come from java world. I think you are doing a great job, congratulations! I've to admit that mono (C#) language are more powerful than java. Events is one thing I miss in high level languages. I did'n understand some things. Why the effort for be 100% compatible

Re: [Mono-dev] COM Interop Patch

2006-09-30 Thread Zoltan Varga
Hi, Some comments: - cominterop_object_is_rcw should return a gboolean - in the icall registration, the correct signature is int32 object Other than that, I think this is ok to check in. About the reorg: we have way too many way too big files, so this will be useful, but I'm

Re: [Mono-dev] [PATCH] Setting by Reflection a literal field

2006-09-30 Thread Zoltan Varga
Hi, I think this is ok to check in. 1.1.13 is supposedly only open for critical bug fixes. Zoltan On 9/29/06, Jb Evain [EMAIL PROTECTED] wrote: Hi, Here is a patch to throw a FieldAccessException instead of hitting an assert in the runtime when someone tries to set a value

Re: [Mono-dev] Suggestion: Mono.Collection really useful

2006-09-30 Thread Robert Jordan
Francisco Modesto wrote: I'm new with Mono and C#. I come from java world. I think you are doing a great job, congratulations! I've to admit that mono (C#) language are more powerful than java. Events is one thing I miss in high level languages. Mono is not C#. See

Re: [Mono-dev] Suggestion: Mono.Collection really useful

2006-09-30 Thread Jonathan Pryor
On Sat, 2006-09-30 at 12:13 +0200, Francisco Modesto wrote: I did'n understand some things. Why the effort for be 100% compatible with Microsoft, if they did'nt want to be compatibles with nothing??? Because Microsoft is the 8e6 lb gorilla of the industry, and if you're not compatible with

[Mono-dev] Gmime-sharp missing compiling Beagle 0.2.10

2006-09-30 Thread Andrea Grandi
Hello, I'm trying to compile Beagle 0.2.10 on my Ubuntu Dapper, using Mono 1.1.17 (binary distribution). Running the configure, I get this: No package 'gmime-sharp' found Where can I find it? Thanks! -- Andrea Grandi email: [EMAIL PROTECTED] website: http://www.ptlug.org FON: FONero #69387

[Mono-dev] [PATCH] System.Collections.* API compatibility fixes

2006-09-30 Thread Gert Driesen
Hi, The attached patch fixes some API compatibity mismatches in System.Collections.Generic and System.Collections.Specialized. Let me know if it's ok to commit. Gert Index: System.Collections.Specialized/ChangeLog === ---