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

2006-10-02 Thread Michael J. Ryan
Hello Francisco, I think you may be more interested in the mono-list (for those using mono/C#), as this is the mono-devel-list for internal development of the mono framework/platform. First, regarding compatibility, C# and the .Net CLI are ECMA and ISO standards at this point, so it is

Re: [Mono-dev] Maybe a System.Data.OracleClient.dll bug

2006-10-02 Thread Leszek Ciesielski
I have started (finally!) to work on this bug. The test I am currently using fails, with or without patch... although in an unexpected way. On mono, it breaks with: Failures: 1) MonoTests.System.Data.OracleClient.Oci.OciDefineHandleTest.TrimsWideUnicodeStringsTest : Directly passed value

Re: [Mono-dev] COM Interop Patch

2006-10-02 Thread Miguel de Icaza
Hello, 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 not sure this is the right time to do it, since 1.2 is close. But if we do it after the big release, then we will have problems merging changes

Re: [Mono-dev] Build mono from svn on Solaris Express x86

2006-10-02 Thread Miguel de Icaza
Hello, configure error building mono from svn on solaris x86 /configure: line 22795: syntax error near unexpected token `BASE_DEPENDENCIES,'./configure: line 22795: ` PKG_CHECK_MODULES(BASE_DEPENDENCIES, glib-2.0 = $GLIB_REQUIRED_VERSION)' This looks like you are missing the pkg-config

Re: [Mono-dev] Problem with compiling using MySQL library

2006-10-02 Thread Rafael Teixeira
The compiler won't use the GAC installed library as a reference. You need to give it dll in the current directory or a full path to a specific dll, to make sure which version of a library you are referencing (the GAC can contain many different versions of the same library). Copy the

[Mono-dev] Offtopic: C5 and class design

2006-10-02 Thread Brian Crowell
Jonathan Pryor wrote: Look at the Mono.C5 assembly, which contains many of these special collections classes. Though I don't see what's wrong with the System.Collections System.Collections.Generic types. Sure, there's no SetT, but DictionaryK,V suffices, just use the keys as a set. I've

Re: [Mono-dev] Maybe a System.Data.OracleClient.dll bug

2006-10-02 Thread Daniel Morgan
Yeah, I tried looking at it the other day, but I have no idea how to test unicode stuff. Maybe eno on GimpNet IRC #mono can help you. He may not be able to help with Oracle, but he knows unicode very well. jonp is another good person to to talk to. If possible, write a Windows.Forms

Re: [Mono-dev] Maybe a System.Data.OracleClient.dll bug

2006-10-02 Thread Leszek Ciesielski
On 10/2/06, Daniel Morgan [EMAIL PROTECTED] wrote: Yeah, I tried looking at it the other day, but I have no idea how to test unicode stuff. Maybe eno on GimpNet IRC #mono can help you. He may not be able to help with Oracle, but he knows unicode very well. jonp is another good person to to

[Mono-dev] [PATCH] DataTable.WriteXml

2006-10-02 Thread Patrick Earl
I've implemented the WriteXml method for System.Data.DataTable. Since writing a table is similar to writing a DataSet, it leverages many of the methods used to write DataSets. Included with the patch are a successful unit test for the new WriteXml functionality and a failing unit test for

[Mono-dev] Mono Meeting: Venue Update, second update.

2006-10-02 Thread Miguel de Icaza
Hello, Folks, we found a cheaper hotel to organize the event for the Mono Meeting, so it will now be hosted closer to the Novell offices in Cambridge (close to the original location). The updated location is: Royal Sonesta Hotel Cambridge MA This is the hotel:

Re: [Mono-dev] SPAM-LOW: Mono Meeting: Venue Update, second update.

2006-10-02 Thread Charlie Poole
I'm still undecided about attending. I'd be curious to hear from others to know whether there will be many mono application developers, as opposed to mono developers, at the meeting. Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel

Re: [Mono-dev] Build mono from svn on Solaris Express x86

2006-10-02 Thread Daniel Morgan
Thanks miguel. That helped. I am using subversion because I like to build it myself so I can make changes to it. :-) export ACLOCAL_FLAGS=-I /usr/share/aclocal I used these links to help me: http://home.comcast.net/~jonel.rienton/2005/04/solaris-10-x86-and-mono.html

Re: [Mono-dev] Problem with compiling using MySQL library

2006-10-02 Thread Mads Bondo Dydensborg
mandag 02 oktober 2006 16:46 skrev Rafael Teixeira: The compiler won't use the GAC installed library as a reference. You need to give it dll in the current directory or a full path to a specific dll, to make sure which version of a library you are referencing (the GAC can contain many