[Mono-list] Congratulations to XIMIAN and mono developers!!!

2003-01-24 Thread G.Kumaraguru
My Hearty Congratulations to Ximian for winning the 2 awards at the LinuxWorld Conference. http://www.ximian.com/about_us/press_center/press_releases/index.html?pr =lwe_2003_awards "XimianT EvolutionT, the premier personal and workgroup information management solution for Linux and UNIX-based

[Mono-list] Mono installation

2003-01-24 Thread Mariam Razeghi
Hi, I would like to install Mono on Windows 2000 and test my C# .NET application. There are serveral articles that each takes a different approach to install Mono. In general, the following tools have been mentioned in different places: Cygwin, GNU tools, GLIB 2.0, mono-build-w32.sh, pkg-config

[Mono-list] this is a test

2003-01-24 Thread Duncan Mak
Testing mail. -- Duncan Mak <[EMAIL PROTECTED]> ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Anyone Working on BigInteger (in Sys.Sec.Crypt)

2003-01-24 Thread Ben Maurer
Is anyone doing work currently on BigInteger.cs in sys.sec.crypt? Right now, I am optimizing the speed of this class, and do not want to have two people working on the thing at the same time.   The work I have done so far is going very well; it looks like asymmetrical encryption (especia

[Mono-list] it should now be fixed

2003-01-24 Thread Duncan Mak
testing -- Duncan Mak <[EMAIL PROTECTED]> ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Can't Get XSP To Work

2003-01-24 Thread Kevin Berry
I've compiled and installed xsp but I'm getting errors when I try to use it. I am able to compile the a HelloWorld type app (the sample in the beginning docs) using Mono so I know that the mcs compiler works (and the exe runs). I type "mono server.exe" in the "server/test" folder. No errors and

RE: [Mono-list] DBNull value causes InvalidCastException

2003-01-24 Thread Daniel Morgan
pdate of /cvs/public/mcs/class/System.Data/System.Data In directory mono-cvs.ximian.com:/tmp/cvs-serv4608/System.Data Hi avd, I made some changes to for DBNull and other things for setting of DataRow.ItemArray to work correctly. I based it on how .NET works and MSDN docs. Modified Files:

[Mono-list] wx.NET 0.0.1 available

2003-01-24 Thread J. Perkins
Hello all, I am cross-posting this to the Mono and wxUsers lists, since both communities may be interested. I'd suggest that follow-ups be directed to the Mono list. I have taken a small step toward creating a .NET wrapper for wxWindows, and now have a C# version of the wxWindows "minimal" sample

[Mono-list] [ MCS Fix Patch ] expression.cs

2003-01-24 Thread yoros
Hi, Here I send a fix for a indexer bug in the inheritance. This fix is tested in mono 0.19 and it works. In the current mcs from cvs there is a problem with the Indexers but it is out of the file that I changed. The patch is for "expression.cs". I send a testcase too. See you, Pedro --

[Mono-list] problem with Directory::GetParent

2003-01-24 Thread Varga Zoltan
Hi, It seems that System.IO.Directory::GetParent() is broken, ie. GetParent ("/a/b") returns "a/b" The fix is to replace: return new DirectoryInfo (Path.GetDirectoryName (path + Path.DirectorySeparatorChar + "..")); with:

[Mono-list] SYS_sigaction and NetBSD

2003-01-24 Thread Marc Recht
Hi! SYS_sigaction isn't avaiable on NetBSD and this breakes compilation in jit.c. The attached patch fixes that. Regards, Marc -- "Premature optimization is the root of all evil." -- Donald E. Knuth mono-0.19.diff Description: Binary data fileEgxzkI.sig Description: PGP signature

[Mono-list] [ MCS Fix ] expression.cs Patch

2003-01-24 Thread yoros
Hi, Here I send a fix for a indexer bug in the inheritance. This fix is tested in mono 0.19 and it works. In the current mcs from cvs there is a problem with the Indexers but it is out of the file that I changed. The patch is for "expression.cs". I send a testcase too. See you, Ped

[Mono-list] Marshaling problem in .19

2003-01-24 Thread Colin Francis Branch
For background see email about Mashaling problem with .18 Recieve Error :File marshal.c: line 2176 should not be reached with trying to Marshal a string. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-li

[Mono-list] Re: wx.NET 0.0.1 available

2003-01-24 Thread Julian Smart
At 15:24 23/01/2003 -0500, J. Perkins wrote: I am cross-posting this to the Mono and wxUsers lists, since both communities may be interested. I'd suggest that follow-ups be directed to the Mono list. I have taken a small step toward creating a .NET wrapper for wxWindows, and now have a C# version

[Mono-list] Want to write tests

2003-01-24 Thread Jean-Marc Andre
Hi, as I said, I'd like to write tests as a little contribution to the project. I have read the documentation and the tips about NUnit on go-mono and now, I have few questions: - Should I use NUnit V2.0 or the previous one ? - For what classes should I write tests ? The latest message I found on

[Mono-list] Small patch for SoapFormatter

2003-01-24 Thread Mike Lipkie
I began to look into SoapFormatter and while the code is very good, I discovered two problems off the bat: 1) It did not throw an exception if you attempt to serialize a class without the attribute class (It just returned non-zero value). 2) The XML created could not be read by the microsoft XM

[Mono-list] Can anybody see this?

2003-01-24 Thread Daniel Morgan
Hi, Can you see this email? Please respond privately if so. I hope mono-list emails are not going to some black hole. Thanks, Daniel ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] problems with System.IO.Directory::GetParent()

2003-01-24 Thread Varga Zoltan
Hi, It seems that System.IO.Directory::GetParent() is broken, ie. GetParent ("/a/b") returns "a/b" The fix is to replace: return new DirectoryInfo (Path.GetDirectoryName (path + Path.DirectorySeparatorChar + "..")); with:

[Mono-list] Sample compilation problem

2003-01-24 Thread Stelian Iancu
Hi! I just build the helloworld example using Gtk#. If I compile it via comand line, with mcs hw.cs -r gtk-sharp.dll everything is fine and the program gets compiled. However, when I use NAnt for compiling, I get an error that it can't find the type DeleteEventArgs. Here is the hw.build file I am

[Mono-list] Binary serialization update

2003-01-24 Thread Lluis Sanchez
Hi,   I've made some corrections in BinaryFormatter and now it is fully compatible with MS.NET, at least for what I've been able to test. I've also corrected a bug about zero length arrays.   Lluis.  

RE: [Mono-list] XSP Problem

2003-01-24 Thread Zaczek Arthur
It does not seam to be a problem of a certain distribution. I use Debian. And yes, with 0.18 I had the same problem. Arthur BTW: Could the list-admin change my e-mail address from [EMAIL PROTECTED] to [EMAIL PROTECTED]? THX -Original Message- From: Amerigo5 Amerigo5 [mailto:[EMAIL PROT

Re: [Mono-list] What's with the Mono-Archive?

2003-01-24 Thread Miguel de Icaza
Hello, > What is with the Mono-Archive at > http://lists.ximian.com/archives/public/mono-list/ > There comes an Error. :-( > > At the moment I read the archive from > http://archive.neotonic.com/archive/mono-list > and > http://marc.theaimsgroup.com/?l=mono-list > > But I think, that Monos own a

[Mono-list] Re: wx.NET 0.0.1 available

2003-01-24 Thread J. Perkins
Thanks for encouragement and advice, Julian. I will check out wxBasic, it would be great if I could use their C wrapper. The job of wx.net should be a little easier, since much of the functionality of wxBase is already in the .net platform. I really only intend to wrap the gui classes, making them

[Mono-list] configure.in / cppflags wrong for NetBSD (and FreeBSD5?)

2003-01-24 Thread Marc Recht
Hi! configure.in defines CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" for the *-*-*bsd* target. But, for NetBSD 1.6M (-current) and FreeBSD5 (irrc) the std. POSIX _REENTRANT has to be used. PTHREAD_POINTER_ID seems to be unnecessary. So, for NetBSD it should be: *-*-*netbsd*) platf

[Mono-list] Re: XSP Problem

2003-01-24 Thread Zaczek Arthur
Hi!   I think I found the problem:   in MonoWorkerRequest.MapPath()       return Path.Combine(appHost, path.Replace(...))   returns only "path.Replace(...)"   When your replace it with       return appHost + path.Replace(...)   it works...   Arthur -Ursprüngliche Nachricht--

RE: [Mono-list] Want to write tests

2003-01-24 Thread Tim Waters
If someone knows the answer, please reply to the list. I'd like to know also. Thanks, -tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jean-Marc Andre Sent: Thursday, January 23, 2003 5:59 PM To: [EMAIL PROTECTED] Cc: Jean-Marc Andre Subject: [Mono-

[Mono-list] Patch file for expression.cs

2003-01-24 Thread yoros
Hi, Here is the patch file for expression.cs in -u format. I send the testcase again. Ah, the fix works in 0.19 and in CVS (I had broken cvs tree). See you, Pedro -- Pedro Martinez Juliá \ [EMAIL PROTECTED] )|[EMAIL PROTECTED] /http://yoros.cjb.net Socio HispaLinux #311 Usuar

[Mono-list] Re: Small patch for SoapFormatter

2003-01-24 Thread ginga
Hello, > 4) I also have not looked into the XMLTextWriter but will it update the XML > attributes and replace escape characters in the string (i.e. space with > %20%)? If not, shoudl this be hard coded in the generation or added to the > XMLTextWriter? Replacing whitespaces with %20 is speci

RE: [Mono-list] Re: Small patch for SoapFormatter

2003-01-24 Thread Mike Lipkie
Thanks, I will consider it. The problem is that only the namespace attribute is a URI, not other attributes. I think I would just format the namespace to be the URI formatted string. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent