[Mono-list] wx.NET 0.3 Released

2003-11-19 Thread Bryan Bulten
wx.NET 0.3 is now available: http://sourceforge.net/project/showfiles.php?group_id=72362 wx.NET is a set of .NET bindings for the wxWindows cross-platform toolkit. New in this release: - XML Resource file support (thanks to Patrick Wilhelm and Achim Breunig), - wxStyledTextCtrl (S

[Mono-list] .NET C# LDAP Library

2003-11-19 Thread Sunil Kumar
Try this URL, http://forge.novell.com/modules/xfmod/project/?ldapcsharp I have uploaded all the files and the Binaries under the Latest file release Section, So now you don't need to worry about checking out the sources form CVS. Regards, Sunil Kumar [EMAIL PROTECTED] Novell Bangalore www.no

Re: Can't compile mcs (was Re: [Mono-list] Error compiling mono)

2003-11-19 Thread Hector E. Gomez Morales

[Mono-list] Mono + Novell CVS

2003-11-19 Thread Pablo Fischer
Hi all! Well, this message could be an off-topic. I have my project (a Blogger) in Novell Forge, however, every time I try to upload my files via CVS, I get an error: /usr/X11R6/bin/xauth: error in locking authority file /home/nforgeusers/.Xauthority Also, after I see this error, the CVS appe

Re: [Mono-list] Mono on ARM

2003-11-19 Thread Richard Torkar
On Wed, 2003-11-19 at 18:34, Mauro Parra Miranda wrote: > Hi, > anyone has compiled mono on arm? I just got a tunsgen e and I'm > interested in running mono there. > > Any ideas or links? Talk to Malte. He's still working on the JIT for XScale. http://amy.udd.htu.se/~malte/ /Richard ___

[Mono-list] Mono on ARM

2003-11-19 Thread Mauro Parra Miranda
Hi, anyone has compiled mono on arm? I just got a tunsgen e and I'm interested in running mono there. Any ideas or links? Thanks. Mauro. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] MySQL / Firebird

2003-11-19 Thread Michael J. Ryan
Michael J. Ryan wrote: public static string ToData(DateTime subject) { if (object.Equals(subject,null)) return "NULL"; else return string.Format("{0:-MM-dd HH:mm:ss}",subject); } this should be "'{0:-MM-dd HH:mm:ss}'" above.. my bad.. :) -- M

Re: [Mono-list] Mono status: mono/tests

2003-11-19 Thread Miguel de Icaza
Hello, > But the problem here: I was unable to find an information, which tests > should the mono+mcs pass and which lead to failure. Of course, when mono > becomes 1.0, all of the tests [hopefully] will work just fine. But now - > can anyone give this information to me? The JIT (mono/mono/tests)

Re: [Mono-list] striped version

2003-11-19 Thread Miguel de Icaza
Hello, > Is possible to make a stripped mono version ?... > I want to make a runtime environment with mono, corlib.dll, System.dll > and some other needed library. > Is this possible ??... what is the minimum files needed ?? Yes, it is possible. The absolute minimum you need is: $p

Re: [Mono-list] Mono on embedded Linux

2003-11-19 Thread Miguel de Icaza
Hello, > I was just curious to know whether any work has been done on > running Mono on embedded devices ? It depends a lot on the definition of embedded devices you have in mind. Currently a minimal Mono installation requires roughly 5 megs of space uncompressed. It can be shrunk down,

Re: [Mono-list] MonoBASIC bug reporting

2003-11-19 Thread Miguel de Icaza
Hello, > is it possible to report bugs found in MonoBasic to Bugzilla? > I could not find direct link on page http://www.go-mono.com/bugs.html Yes. We just do not have setup a quick link there yet. Please use the Mono/Tools product for this. Miguel

Re: [Mono-list] MySQL / Firebird

2003-11-19 Thread Michael J. Ryan
Replace ... System.Data.SqlClient.* with ByteFX.Data.MySqlClient.* Replace *.Sql* with *.MySql* there ya go... it is an ADO.Net provider, works about 85% the same, I find that I have to manually do some type conversion, since 99% of my queries are returned as a System.Data.DataTable, then fro

Re: [Mono-list] Problems with postgres.

2003-11-19 Thread Angel Reyes
Hola Roberto- I've to modify the Npgsql example from http://go-mono.com/postgresql.html , check this code: postgresTest.cs == using System; using System.Data; using Npgsql; public class Test {     public static void Main(string[] args)     {    string con

Re: [Mono-list] Problems with postgres.

2003-11-19 Thread Francisco Figueiredo Jr.
Roberto Jimeno wrote: Hi there! Hi Roberto. Details on the tests and failures with both data providers: Afterwards, I tried to compile the one using Npgsql, which also failed, this time indicating "Use of unassigned local variable `dbcon'" on line 15. Uhmmm, can you send me the stack trace?? C

Re: [Mono-list] [LONG] Problem with running mod_mono example

2003-11-19 Thread Mariusz Bożewicz
Dnia Wed, 19 Nov 2003 14:28:04 +0100 Gonzalo Paniagua Javier <[EMAIL PROTECTED]> w swej łaskawości napisał: > El mié, 19-11-2003 a las 14:14, Gonzalo Paniagua Javier escribió: > > ASP.NET pages are compiled using mcs. That error is probably > > caused because mcs. > > ... is not located in your P

RE: [Mono-list] MySQL / Firebird

2003-11-19 Thread Sijmen Mulder
The best docs right now is just the SqlClient docs found at msdn.microsoft.com. The provider uses the same interface as SqlClient. Just use the namespace ByteFX.Data.MySqlClient and all classes are prefixed with MySql instead of Sql. Thank you for the information That will keep me busy for now :)

RE: [Mono-list] MySQL / Firebird

2003-11-19 Thread Reggie Burnett
The best docs right now is just the SqlClient docs found at msdn.microsoft.com. The provider uses the same interface as SqlClient. Just use the namespace ByteFX.Data.MySqlClient and all classes are prefixed with MySql instead of Sql. HTH, -reggie > -Original Message- > From: Sijmen Mulde

Re: [Mono-list] [LONG] Problem with running mod_mono example

2003-11-19 Thread Gonzalo Paniagua Javier
El mié, 19-11-2003 a las 14:14, Gonzalo Paniagua Javier escribió: > ASP.NET pages are compiled using mcs. That error is probably caused > because mcs. ... is not located in your PATH. ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/

[Mono-list] Now Miguels Roadmap is announced by Novell

2003-11-19 Thread Freddy BL
Hi all! You know Miguels Mono-Readmap, which sice the 1. November exists. Now it is announced by Novell: http://www.novell.com/news/press/archive/2003/11/pr03072.html Greatings Freddy BL _ Schluß mit Spam! http://www.msn.de/antispam/

Re: [Mono-list] [LONG] Problem with running mod_mono example

2003-11-19 Thread Gonzalo Paniagua Javier
El mié, 19-11-2003 a las 14:01, Mariusz Bożewicz escribió: > LoadModule mono_module /usr/lib/apache2/modules/mod_mono.so > MonoUnixSocket /tmp/mod_mono_server > Alias /mono /usr/local/xsp-server/share/doc/xsp/test You should use quotes around /usr/local... > Stack Trace: > > System.ComponentMod

[Mono-list] [LONG] Problem with running mod_mono example

2003-11-19 Thread Mariusz Bożewicz
Helo I still have a problem with running an example in mod_mono. Can anyone tell me, what type of problem is here? regards Mariusz Bozewicz Configuration of mod_mono is following: plachnina:/home/mario# cat /etc/apache2/mods-enabled/mod_mono.conf AddType application/x-asp-net .aspx .ashx .a

[Mono-list] Mono status: mono/tests

2003-11-19 Thread Ildar Mulyukov
Dear Mono hackers, I clearly understand, that mono is unstable and very quickly changes [to better :-)]. But when I tried to package it for a Linux distribution that I use, I got a troublesome situation: whenever I want to verify that packages I built are relatively good, I want to test this

Re: [Mono-list] mscorlib.dll vs corlib.dll

2003-11-19 Thread Jonathan Wheelhouse
Jackson Harper <[EMAIL PROTECTED]>: > > You are missing a crucial step in your update-orama. After cvs updating > mono, you should rerun autgen.sh Yes, I do run autogen.sh; I just left that out of my email. I have a script that does the cvs update and the autogen.sh -

RE: [Mono-list] MySQL / Firebird

2003-11-19 Thread Sijmen Mulder
Great! It's shipped with mono! But now I am looking for documentation on it (not SQL itself ofcourse ;-]). Any idea where I can find it? I already did a few searches, without too much results... -- Sijmen Mulder From: "Reggie Burnett" <[EMAIL PROTECTED]> To: "'Sijmen Mulder'" <[EMAIL PROTECTED]>

Re: [Mono-list] mscorlib.dll vs corlib.dll

2003-11-19 Thread Gonzalo Paniagua Javier
El mar, 18-11-2003 a las 13:32, Jonathan Wheelhouse escribió: > Shouldn't the mono/Makefile.am say mscorlib.dll? Indeed. It's been fixed now. -Gonzalo ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list