[Mono-list] RE: [Mono-winforms-list] Changes to monostub

2003-01-29 Thread John Sohn
For the System.Windows.Forms WineLib implementation I needed to add some dll mappings to the Mono config file. For our stub application using the embedding API I needed to add a call to mono_config_parse. This does not seem to be part of the public API. When a full installation of Mono is installed

[Mono-list] A documentation coverage tool

2003-01-29 Thread Peter Williams
Hi Duncan et al, In the hopes of getting a better understanding of how monodoc works, I wrote a little tool that generates a report of how well an assembly is documented, based on comparing its master XML file to the XML documentation files on disk. It's not too bright and definitely could

[Mono-list] System.Text.StringBuilder

2003-01-29 Thread Norman Lorrain
After changing mcs/class/corlib/Test/run_test.sh, (see attached; this is based on correspondence with Nick Drochak), I noticed two unit tests failing for StringBuilder - the constructor with null string - the constructor for a given capacity Based on MSDN doc's I made some changes. Attached i

[Mono-list] System.Activator test class

2003-01-29 Thread Jean-Marc Andre
Hi, Here is my first test class for the System.Activator class. Maybe I didn't choose the easyest way to begin, but here it is ! Some tests functions are missing: the ones with the activationAttributes parameter because I didn't understand how it works. If someone has some information about it,

[Mono-list] TcpChannel name

2003-01-29 Thread Jean-Marc Andre
Hi, I'd like to know how to create multiple TcpChannels in the samme process. The documentation says you have to change the ChannelName property but this property is read-only. Any idea ? Thanks JM ___ Mono-list maillist - [EMAIL PROTECTED] http://

[Mono-list] Sap DB

2003-01-29 Thread Ivar
Hi,   Are there any palns for SAP Db(www.sapdb.org)  .NET provider ?    

Re: [Mono-list] IL Assembler

2003-01-29 Thread Michael Erdmann
Tan Kian Chuan wrote: Hi, I have not started anything yet as I wasn't around in the past few weeks. I will try to get thing started. I am glad you are interested in the development of the assembler. I would appreciate any suggestion and help. I like to help, by deloping some parts of it or at

Re: [Mono-list] Participation

2003-01-29 Thread Jonathan Pryor
Sign up for mono-docs-list, at: http://lists.ximian.com/mailman/listinfo/mono-docs-list Documentation discussions (occasionally) happen there. At present, most work appears to be going into the HOWTOs (in the monkeyguide CVS module). If you're a die-hard (and possibly insane), you can w

Re: [Mono-list] Participation

2003-01-29 Thread Flávio Luiz Mendes
I would like to help with the documentation! how I can help? he has much thing missed in the documentation Thanks !! Jonathan Pryor wrote: The better question to ask is what would you like to do? There are lots of things you can do: - Work on the class libraries. See http://www.go-mo

[Mono-list] mono build fail........

2003-01-29 Thread K S GUNDU RAO
Hi, I am trying to build mono on IA64 HPUX environment. The build is failing for the file: /mono-0.17/mono/metadata/opcodes.c with the error opcodes.c: In function `mono_opcode_value': opcodes.c:41: `MONO_CEE_ARGLIST' undeclared (first use in this function) opcodes.c:41: (Each undeclared identifi

Re: [Mono-list] Remoting status

2003-01-29 Thread Lluis Sanchez
Hi! > > I am attempting to use the sample remoting application from the post and have > encountered the same problem mentioned by Pedro. I am running version .19 of > mono installed by red-carpet on RH 8.0 Below is the stack trace that was generated: > You'll need to compile mono from the CVS.

Re: [Mono-list] IL Assembler

2003-01-29 Thread Tan Kian Chuan
Hi, I have not started anything yet as I wasn't around in the past few weeks. I will try to get thing started. I am glad you are interested in the development of the assembler. I would appreciate any suggestion and help. Regards, KC - Original Message - From: "Michael Erdmann" <[EMAIL P