Re: [Mono-list] parse generator

2003-02-05 Thread Stefan Matthias Aust
Derek Gottfrid wrote: i am looking for a parse generator for c#. i looked at jay but it is not much to my liking - anybody used antlr w/ c# option? other options? According to www.antlr.org, that unspeakable program also supports C#. Coco/R is another tiny LL(k) parser generator which also

[Mono-list] System.Design.dll and System.ServiceProcess.dll Stubs

2003-02-05 Thread Bryan Livingston
I'm tring to get a large app to run on mono and it's referencing two dlls that don't appear to exist in mono yet (I'm running 0.19). They are Syste.Design.dll and System.ServiceProcess.dll. While I don't need the part of code that is using those to run yet, I don't want to fork my projects.

Re: [Mono-list] parse generator

2003-02-05 Thread Stefan Matthias Aust
I just found another compiler-compiler: According to this - http://mailserver.di.unipi.it/pipermail/dotnet/msg00024.html, an UK professor ported the tools from Appel's well known compiler construction book from Java to C#. The zip mentioned on the page contains a 700k textbook (unfortunately in

[Mono-list] mono-build-w32.sh problems

2003-02-05 Thread John BouAntoun
Title: mono-build-w32.sh problems so after applying the following changes to the gc.h file from: #if defined(WIN32_THREADS) # define GC_WIN32_THREADS #endif to: #if defined(WIN32_THREADS) # ifndef GC_WIN32_THREADS # define GC_WIN32_THREADS # endif #endif I ran the shell script and it

Re: [Mono-list] DB2

2003-02-05 Thread Rodrigo Moya
On Tue, 2003-02-04 at 15:25, David B. Bitton wrote: This is becoming increasinly agitating. CVS mcs hasn't been buildable in over a week. What is the status of the DB2 client? It's breaking the build. is it? It does compile for me on linux. What are the errors you're getting? cheers --

[Mono-list] - C# / OpenGL and System.Windows.Forms on X11 / Linux

2003-02-05 Thread sebastien . dedieu
Hi, I wrote a C# binding for OpenGL (GL, GLU and glut) based on Mono / Linux (If you are interested, see MonoGLo project on sourceforge : http://sourceforge.net/projects/monoglo). To open a window, I used the glutCreateWindow feature. Now, on Linux, what I need is to create a new class based on

[Mono-list] Error in building Mono with mono-build-w32.sh

2003-02-05 Thread Kenneth Benson
Im using a W2K pc with cygwin loaded and up to date as of 1 Jan. OkI just updated from cvs and tried to make mcs and mono. Mcs compiled fine but I got this error in using mono-build-w32.sh. /bin/sh ../../libtool --mode=compile gcc -mno-cygwin -DHAVE_CONFIG_H -I. -I. -I../..

RE: [Mono-list] Error in building Mono with mono-build-w32.sh

2003-02-05 Thread Kenneth Benson
Title: RE: [Mono-list] Error in building Mono with mono-build-w32.sh Agreed. Although this setup was working up until a week ago when I left for a vacation. -Original Message- From: Andrew Stopford [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 10:01 AM To: [EMAIL

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

2003-02-05 Thread Alan Tam
Attached please find a patch for mcs/class/System.Data/System.Data/ and a new file for mcs/class/System/System.ComponentModel/ Suggested ChangeLog for mcs/class/System.Data/System.Data/: Added framework for DataSet.Update Implemented missing methods GetSchemaSerializable, GetSerializationData,

[Mono-list] DataRelationCollection

2003-02-05 Thread Alan Tam
Dear All, This maybe a silly question. I noticed that System.Data.DataRelationCollection is abstract (with a few abstract members). Then where is the concrete class that it really stored? I've looked through the .NET Framework SDK documentation but still cannot find a known subclass for

[Mono-list] System.Threading error

2003-02-05 Thread Jerkins, Phillip
According to the class status page, System.Threading is 100% finished. However, Im getting an error in mono that I dont get in M$s runtime: I first get a dialog box that says: ** ERROR **: file threads.c: line 1157 (ves_icall_System_Threading_Thread_Abort): should not be reached

RE: [Mono-list] System.Threading error

2003-02-05 Thread Daniel Morgan
Hello Phillip, I tried your code on .NET. It works nicely. I can't answer your questions about threading; however, I can work your changes into cvs for SqlClient once you're ready. This looks very promising - to be able to access MSDE via Mono. Cheers, Daniel -Original Message- From:

[Mono-list] Monodoc 0.1

2003-02-05 Thread Miguel de Icaza
Monodoc 0.1, by Miguel de Icaza, Duncan Mak. * What is this This is a preliminary release of the Mono Documentation Browser, a tool that can be used to browse the API documentation that is provided with Mono. The current release contains two major components:

[Mono-list] Mono CLS compliant code

2003-02-05 Thread Jeroen Janssen
Hello, I have been experimenting with enabling CLS compliance for a certain assembly (Mono.PEToolkit, but maybe I better start with a different one). (this is the first thing that is triggered by the FxCop rules). Anyway, you can trigger csc to check for CLS compliance by adding the following

[Mono-list] mono-build.sh fails (iconv troubles)

2003-02-05 Thread Malte Hildingsson
Building Mono from CVS with mono/doc/mono-build.sh currently fails if locate include/iconv.h returns more than one hit. The error reveals itself when mono/configure tries the C compiler for producing binaries where it breaks and states: error: C compiler cannot create executables This occurs

Re: [Mono-list] MCS build failure

2003-02-05 Thread David B. Bitton
but that still doesn't solve the issue that the DB2 client isn't in CVS and it's ref'ed on the Nant build files. Can someone add the client to CVS? Nick Drochak wrote: | -Original Message- | From: John BouAntoun [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, February 05, 2003 12:25 PM |

RE: [Mono-list] MCS build failure

2003-02-05 Thread Daniel Morgan
Hello David, Mono.Data.DB2Client does exist in the mcs cvs module at: mcs/class/Mono.Data.DB2Client When you were doing a cvs update, did you use -Pd, such as: cvs -z3 update -Pd Tell you what, I will check out a fresh copy of mcs and try to build. Cheers, Daniel -Original Message-

RE: [Mono-list] System.Threading error

2003-02-05 Thread Daniel Morgan
Hello Phillip, I was able to reproduce your problem on Mono. Can you file at bug in Bugzilla at http://bugzilla.ximian.com/ I think it would be best to come up with a simple test case that does not require SQL Server. Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Mono-list] Mono.Security.Win32 assembly

2003-02-05 Thread Sebastien Pouliot
I just commited a first version of Mono.Security.Win32 assembly in CVS. As it's name indicates this assembly is for Win32 only. It's goal is to permit the use of CryptoAPI under Windows for enhanced compatibility (like keypair persistance) and performance (like using a crypto accelerator - HSM). A

RE: [Mono-list] Monodoc 0.1

2003-02-05 Thread Miguel de Icaza
Hello, Well everyone will ask, so I might as well be the first. Why not releasing any source code? The source code is available on CVS, and I did not want to go through the pain of making a package, testing it, adding configuration options, changing the makefiles to be appropriate for

[Mono-list] Difference in assemblies

2003-02-05 Thread Alfonso Ali
Hi all!!! While testing the examples in A Programmer´s Introduction to C# i found the following sentence: // compile with: csc /r:system.text.regularexpressions.dll regex.cs but the current mono don't have an assembly with that name, instead it have the System.Text namespace in the System.dll

RE: [Mono-list] Difference in assemblies

2003-02-05 Thread Thong (Tum) Nguyen
Hi Ali, The book might be out of date. Currently, all the types in the System.Text.RegularExpressions namespace are contained within the System.dll assembly in v1.0 of the .NET framework. You should be able to leave out the /r switch and compile regex.cs fine. ^Tum -Original Message-