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
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
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
>
> >
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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
>> 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
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
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
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;\
>
>
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
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
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.
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:
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)
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
> 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
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
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
? 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
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;\
34 matches
Mail list logo