[Mono-list] mcs/class/doc/TemplateTest.cs corrupt

2003-02-16 Thread Nick Drochak
All, If you are updating from CVS, you may have an error in mcs/class/doc on TemplateTest.cs. If you get the error, just delete that file and update again. -- Nick D ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listi

[Mono-list] mcs/class/doc/TemplateTest.cs corrupt

2003-02-16 Thread Nick Drochak
All, If you are updating from CVS, you may have an error in mcs/class/doc on TemplateTest.cs. If you get the error, just delete that file and update again. -- Nick D ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listi

RE: [Mono-list] MySql and Mono Problems

2003-02-16 Thread Pablo Fischer
Hello! Yes, mysql is running.. and also with the port by default (3300). Pablo El lun, 17-02-2003 a las 07:31, Reggie Burnett escribió: > Are you certain that you have MySQL running? Also, you didn't specify a > port number so is MySQL running using it's standard port (3306)? > > Reggie > > >

RE: [Mono-list] MySql and Mono Problems

2003-02-16 Thread Reggie Burnett
Are you certain that you have MySQL running? Also, you didn't specify a port number so is MySQL running using it's standard port (3306)? Reggie > -Original Message- > From: [EMAIL PROTECTED] [mailto:mono-list- > [EMAIL PROTECTED]] On Behalf Of Pablo Fischer > Sent: Sunday, February 16, 2

Re: [Mono-list] Compilation Errors on DataSet Classes GeneratedbyXSD.exe

2003-02-16 Thread Alan Tam
I think at first I have to learn the features of DataRelation first. I am only a new comer to .NET and C# when I did my last contributition. E.g. I don't even understand what an attribute means, although I can code it according to the specification. I don't even have a good enough use case that giv

Re: [Mono-list] Embedding issues ..

2003-02-16 Thread Miguel de Icaza
Hello, > In a perfect world, I'd like to have a completely isolated VM > instance associated with each database session. The association > would be setup when the database client connects and the VM would > be shut down when the connections ends or timeouts. The concept of "VM" does not really ex

Re: [Mono-list] Status of Web Services in mono

2003-02-16 Thread Miguel de Icaza
Hello, > I'm planning on writing a program that uses Web Services, and I was just > wondering how web services are progressing. Will they be "done" in mono > 1.0? So far very little work has been done on the Web Services support. .NET comes with two implementations of SOAP: * Remotin

Re: [Mono-list] Compilation Errors on DataSet Classes GeneratedbyXSD.exe

2003-02-16 Thread Miguel de Icaza
Hello! > With this patch, a newly generated class (by xsd.exe) needs only this > modification to work: > 32c32 > < this.Relations.CollectionChanged += schemaChangedHandler; > --- > > //this.Relations.CollectionChanged += schemaChangedHandler; > > DataRelation related functions are

Re: [Mono-list] Mono

2003-02-16 Thread Miguel de Icaza
Hello, > I was looking at go-mono.com. What software do I need to do this? Where do I > get it? Did I miss something on the site? It looked more like a collection > of reports than anything else. You should download the pre-packaged software of Mono: www.go-mono.com/download.html Ther

Re: [Mono-list] Newbie in NJ

2003-02-16 Thread Miguel de Icaza
Hello Steve, > I am looking at trying to get started, but I am, in general a newbie in > Linux.I would like to spend an hour a day helping out. I think C# is > cool. I program for a living on Windows, and my motivations for wanting > to help are: > > 1) I believe you have to code at least an hour

Re: [Mono-list] problem with FreeBSD & monodoc, multiple questions

2003-02-16 Thread Lloyd Dupont
HI Jonathan, Thanks for these very informative answers... Get to try that tonight. - Original Message - From: "Jonathan Pryor" <[EMAIL PROTECTED]> To: "Lloyd Dupont" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 3:02 AM Subject: Re: [Mono-list] problem with

[Mono-list] mono performance on highly recursive functions

2003-02-16 Thread Marcus
Yesterday Jeroen Frijters posted an array creation test, where mono did particularly badly. I am wondering if mono's uncharacteristically poor performance on that test is caused by a more general problem with highly recursive functions. One well-known test that features a great deal of recursio

RE: [Mono-list] ANTLR and mono

2003-02-16 Thread Kunle Odutola
To add to Paolo's experiences with ANTLR and Mono: http://groups.yahoo.com/group/antlr-interest/message/7468 Cheers, Kunle www.antlr.org > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Paolo Molaro > Sent: 15 February 2003 11:56 > To: [EMAI

[Mono-list] MySql and Mono Problems

2003-02-16 Thread Pablo Fischer
Hello all! I downloaded the ByteFX.Data.MySQLClient and installed it in /usr/lib, then I type a little code (http://unmada.ods.org/mono/mysqlsharp.cs) to try to get some data of a table. But also I get this error: Unhandled Exception: System.Net.Sockets.SocketException: Connection refused in (unm

Re: [Mono-list] Trying MONO

2003-02-16 Thread Jonathan Pryor
System.Windows.Forms doesn't work under mono yet. Either use console output, or use another toolkit like Gtk#: http://www.go-mono.com/gtk-sharp.html or Qt#: http://qtcsharp.sourceforge.net/ - Jon On Sun, 2003-02-16 at 12:16, Paulo R. Quicoli wrote: > HI !!! > > i'm new to M

[Mono-list] running XSP on FreeBSD

2003-02-16 Thread Josef El-Rayes
Hi! i tried to install & run XSP on FreeBSD 4.7 and 5.0. i installed mono and mcs modules from cvs. mono compiled but mcs.exe dies on linking with following error: -- mcs /target:exe -o mcs.exe AssemblyInfo.cs assign.cs +attribute.cs dri

[Mono-list] Trying MONO

2003-02-16 Thread Paulo R. Quicoli
HI !!!   i'm new to MONO but i was reading some mono docs... and i believe  MONO will shock the computer world !!!     Well,   i've build a little "Hellow World"  under windows .NET , using Delphi for .NET preview  so i got the application generated and tried to run it under linux, u

[Mono-list] RE: Named Instances in SqlClient

2003-02-16 Thread Daniel Morgan
For those that only have MSDE installed. You can change the authentication mode via the registry. http://support.microsoft.com/default.aspx?scid=kb;en-us;Q322336&sd=tech#4 -Original Message- From: Daniel Morgan [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 11:03 AM To: Mono-

RE: [Mono-list] Mono

2003-02-16 Thread Daniel Morgan
In the cvs module mono, in the runtime makefile, maybe we need to add mbas to be one of the files that gets copied. I believe this will include it in the next release? Or maybe make sure it gets installed doing: On Windows via Cygwin: make install --prefix=myprefix or On Linux: make -f makefile.g

Re: [Mono-list] Mono doesn't seem to like JSharp code in MSIL form.-> BANG

2003-02-16 Thread Chris Ball
>> On 15 Feb 2003 21:20:22, Simon Waite <[EMAIL PROTECTED]> said: >> I've been collecting reviews for my dissertation (which is a >> retarget of the Jikes Java compiler to output MSIL) > Hows that dissertation going BTW ? Great, thanks. It's working on simple classes, and I'm concentra

Re: [Mono-list] Mono

2003-02-16 Thread Jonathan Pryor
VB.NET support is being worked on in the "mbas" compiler. However, it hasn't been distributed in any of the RPMs to date (despite it being documented as such, and intending too...). With luck it'll make it into the next release (0.20), which is due Real Soon Now (TM). How soon? When the regress

[Mono-list] FW: Named Instances in SqlClient

2003-02-16 Thread Daniel Morgan
I committed to cvs the changes neccessary for Named Instances in SqlClient. I used Phillip Jerkin's code for discovery of the Microsoft SQL Server TCP port; however, I did not use any threads nor any of the error handling code. This is because Thread.Abort does not work on Windows due to an incomp

Re: [Mono-list] problem with FreeBSD & monodoc, multiple questions

2003-02-16 Thread Jonathan Pryor
Responses inline... On Sun, 2003-02-16 at 03:45, Lloyd Dupont wrote: > Hi, > 1]. > I tryed 'gmake' and it failed. > after looking the code of the makefile (4 lines... :-) > > I replace > (cd $$i; make) || exit 1; \ > by > (cd $$i; $(MAKE)) || exit 1;\ > >

RE: [Mono-list] Mono

2003-02-16 Thread Dave Bettin
David, This might be the page you were looking for: http://www.go-mono.com/download.html Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of David Timmins Sent: Sunday, February 16, 2003 2:40 AM To: [EMAIL PROTECTED] Subject: [Mono-list] Mono Hello Mi

Re: [Mono-list] IL Assembler

2003-02-16 Thread Michael Erdmann
Jackson Harper wrote: Michael, Thank you very much, I will get these checked into CVS today and try fix some of these problems. Thanks, Jackson Have you found some time working on the problems? Anyway currently i am developing a small test harnes to put the testing of ilasm on a more sy

Re: [Mono-list] problem with --debug

2003-02-16 Thread Martin Baulig
Varga Zoltan <[EMAIL PROTECTED]> writes: > The following code asserts in class.c when running with > --debug: > > AppDomain.CurrentDomain.Load ("System.Xml.dll"); Hi, thanks for your bug report, it's now known as #38163 in bugzilla. I'll have a look at it as soon as possible.

[Mono-list] [Fwd: C# OpenGL Wrapper : New Version]

2003-02-16 Thread J. Perkins
This may be of interest to people here. Jason 379 Original Message Subject: C# OpenGL Wrapper : New Version Date: Fri, 14 Feb 2003 15:23:51 -0800 From: Colin Fahey <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Organization: Fat City Network Services, San Diego, California To:

[Mono-list] never mind...

2003-02-16 Thread Lloyd Dupont
I just see, at the bottom of the download page: "How to build instruction" I will try them first.   It's just that cygwin is such pain to install I found (I mean, you just click, its easy, everytime I try a custom distribution it either failed or take hoours... to download)

[Mono-list] build problem (again)

2003-02-16 Thread Lloyd Dupont
Well, after installing mono  nearly succesffully on FreeBSD (monodoc doesn't work, due to liggtkhtml-3.0 needed whereas the latest release on FreeBSD repository is libgtkhtml-2.2) I try to install it on windows.   I try to download the binary for windows, I had the 404 error page so I fetch

Re: [Mono-list] Mono doesn't seem to like JSharp code in MSIL form. -> BANG

2003-02-16 Thread Christian.Buchner
> No, we support resources just fine. The issue was with the alignment > of the metadata inside the file. The fix is already in cvs. Okay, cool. I checked out the sourcecode and recompiled the Mono runtime. Now it appears to load my own J# compiled assembly just fine. The example is a simple J# a

[Mono-list] Mono

2003-02-16 Thread David Timmins
Hello Miguel, My name is David. I am a longtime fan of Linux, and have finally assembled a dedicated Linux box at home. Learning this OS has been interesting at the very least, yet very satisfying. I am also a beginning programmer. I'm not trying to knock MS, because I think that they do relea

Re: [Mono-list] Newbie trying to read an XML

2003-02-16 Thread Jackson Harper
int value = Int32.Parse (attribute_value); Jackson On Sat, 2003-02-15 at 20:26, Santiago Erquicia wrote: > Hello, > > I am really newbie with C#. I have only a little experience with java and web > development. > > I am trying to read an XML and get the attributes from the nodes. I reach

[Mono-list] Small patch adding Size and Name properties tomcs/class/System.Windows.Forms/Gtk/ also an updated demo application andmakefile

2003-02-16 Thread Joel Basson
? System.Windows.Forms.dll ? file.diff Index: Control.cs === RCS file: /mono/mcs/class/System.Windows.Forms/Gtk/Control.cs,v retrieving revision 1.4 diff -u -r1.4 Control.cs --- Control.cs 9 Jan 2003 22:25:56 - 1.4 +++ C

[Mono-list] problem with FreeBSD & monodoc, multiple questions

2003-02-16 Thread Lloyd Dupont
Hi, I have FreeBSD 4.7 I just fetch monodoc from CVS. I have multiple questions / remark: 1]. I tryed 'gmake' and it failed. after looking the code of the makefile (4 lines... :-) I replace (cd $$i; make) || exit 1; \ by (cd $$i; $(MAKE)) || exit 1;\