RE: [Mono-list] Want to write tests

2003-01-25 Thread Nick Drochak
| -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED]] On Behalf Of Jean-Marc Andre | Sent: Friday, January 24, 2003 7:59 AM | To: [EMAIL PROTECTED] | Cc: Jean-Marc Andre | Subject: [Mono-list] Want to write tests | | | Hi, | | as I said, I'd like to write tests as

[Mono-list] Beginnings of an Alpha trampoline.

2003-01-25 Thread Laramie Leavitt
I have begun the infrastructure for an Alpha trampoline for mono. The only thing that I have at the moment is the beginnings of alpha-codegen.h Nothing is quite ready yet, but you can plop the following into the arch/alpha directory and hack on it as you feel the need. Laramie

Re: [Mono-list] Sample compilation problem

2003-01-25 Thread Iñigo Illán
Try putting: using GtkSharp; On Fri, 2003-01-24 at 07:39, Stelian Iancu wrote: Hi! I just build the helloworld example using Gtk#. If I compile it via comand line, with mcs hw.cs -r gtk-sharp.dll everything is fine and the program gets compiled. However, when I use NAnt for compi

Re: [Mono-list] SYS_sigaction and NetBSD

2003-01-25 Thread Scott Aaron Bamford
SYS_sigaction is avalible in NetBSD, but it is not exported to the userland (ie. it is used only within the kernel), I hardcoded the value of it into the and it worked, I never got round to fixing it up properly. NetBSD-current now has native pthreads and semephor.h, so a number of the changes I

Fw: Re: [Mono-list] SYS_sigaction and NetBSD

2003-01-25 Thread Scott Aaron Bamford
SYS_sigaction is avalible in NetBSD, but it is not exported to the userland (ie. it is used only within the kernel), I hardcoded the value of it into the and it worked, I never got round to fixing it up properly. NetBSD-current now has native pthreads and semephor.h, so a number of the changes I

Re: [Mono-list] SYS_sigaction and NetBSD

2003-01-25 Thread Marc Recht
Hi! SYS_sigaction is avalible in NetBSD, but it is not exported to the userland (ie. it is used only within the kernel), I hardcoded the value I know, it's there for the compat stuff. It's now SYS_compat_13_sigaction13 or SYS___sigaction14 (which may be covered by COMPAT_16 at some time..). (A

Re: [Mono-list] Mono installation

2003-01-25 Thread Eduardo
> There are serveral articles that each takes a > different approach to install Mono. > > Which tool and what version do I need to install? For > instance the link for pkg-config takes me to a page > with multiple selection to choose from. If you only want to try Mono, the best choice IMO is inst

Re: [Mono-list] Some ideas for dotgnu.

2003-01-25 Thread Michael Meeks
On Wed, 2003-01-22 at 16:40, Erik Bågfors wrote: > -gtk Link against the Gtk# libraries > -gnome Link against the Gnome# libraries It would be nice if whatever the libraries are called (assemblies?) had dependency information of some sort; thus one could do s

Re: [Mono-list] Some ideas for dotgnu.

2003-01-25 Thread Simon Waite
- Original Message - From: "Michael Meeks" <[EMAIL PROTECTED]> To: "Erik Bågfors" <[EMAIL PROTECTED]> Cc: "Mono List" <[EMAIL PROTECTED]> Sent: Saturday, January 25, 2003 2:28 PM Subject: Re: [Mono-list] Some ideas for dotgnu. > > On Wed, 2003-01-22 at 16:40, Erik Bgfors wrote: > > -gt

[Mono-list] Alternate Mailing List Archive

2003-01-25 Thread David Jeske
Hello. A few months back I posted about an alternate Mono mailing list archive available at: http://archive.neotonic.com/archive/mono-list We quickly incorporated some feedback we received and fixed a few bugs which cropped up. There is always more we can do, but the archive has been very usefu

Re: [Mono-list] Applets in C#?

2003-01-25 Thread A Rafael D Teixeira
You can run Windows.Forms apps inside IE. You just HTML link to a exe (the important thing is the mime type sent in the headers by the web server not the extension), a extension installed by the .NET framework setup inside IE, looks at the file bytes, to find if it is a .NET file, and then runs

Re: [Mono-list] Mono installation

2003-01-25 Thread A Rafael D Teixeira
The windows installer for mono-0.19 lacks Mono.GetOptions.dll. So mbas (MonoBASIC) can't run, just copy the attached file to the bin subdirectory where mbas.exe is. Johannes: Can you correct the installer? Was it a problem in the makefiles? Eduardo: De onde és meu caro? Rafael Teixeira Brazili

Re: [Mono-list] Marshaling problem in .19

2003-01-25 Thread Jérôme LABAN
I'm also having troubles using String marshalling in some cases : [MarshalAs(UnmanagedType.ByValStr, SizeConst=16)] seems to be loaded as [MarshalAs(UnmanagedType.LPStr)] While actually, in the method emit_struct_info (marshal.c) on the line 3013, I presume that the info->fields[i].mspe

[Mono-list] Testing GTK# with Glade

2003-01-25 Thread Eduardo
Hello guys! I'm using RedHat 8, Mono 0.19 (installed with Red Carpet) and Gtk#. I couldn't compile succesfull the GladeTest example showed in tutorial: http://go-mono.com/tutorial/html/en/gnome/bindings/glade/glade.html Seems that the compiler doesn't recognize the attribute "[GladeWidget]": I

Re: [Mono-list] Mono installation

2003-01-25 Thread A Rafael D Teixeira
So mbas (MonoBASIC) can't run, just copy the attached file to the bin subdirectory where mbas.exe is. Oops, forgot the file ... Rafael Teixeira Brazilian Polymath Mono, MonoQLE Hacker _ MSN 8 helps eliminate e-mail viruses. Get 2

Re: [Mono-list] Testing GTK# with Glade

2003-01-25 Thread Pokey the Penguin
On Sat, 2003-01-25 at 23:56, Eduardo wrote: > [GladeWidget] // 31 > Button button1; // 32 [GladeWidget] and Button button1; are conceptually on the same line; they are part of a single statement. A statement cannot contain comments. Similarly, this wouldn't work: Button //fo

Re: [Mono-list] Testing GTK# with Glade

2003-01-25 Thread A Rafael D Teixeira
It's possible that it is an error on the grammar file cs-parser.jay. Last time I saw there were some reduce/reduce conflicts on it, so it may get confused, or a rule is just plain wrong. If Miguel or Ravi, can't solve in their speedy way, I'll look at it tomorrow. Cheers, Rafael Teixeira Brazi

[Mono-list] compiling mono

2003-01-25 Thread Alexander Chan
I compiled mono on my ibook running gentoo linux on it. I had one problem though. i ran make and make install. It seems that mint and mcs was compiled but not mono. really odd.. what should i do? -- Alexander Chan <[EMAIL PROTECTED]> ___ Mono-list maill

Re: [Mono-list] Newbie question

2003-01-25 Thread PJ Cabrera
On Wed, 2003-01-08 at 16:04, Jaroslaw Kowalski wrote: > First, make sure, you're using the right make.exe (check your PATH for > possible other make-s) > > I've found similar problems when using nmake instead of make or vice versa. > > Jarek I hope it's not too late to add my 2 cents ... I have

Re: [Mono-list] Newbie question

2003-01-25 Thread yoros
On Sat, Jan 25, 2003 at 10:40:02PM -0400, PJ Cabrera wrote: > On Wed, 2003-01-08 at 16:04, Jaroslaw Kowalski wrote: > > First, make sure, you're using the right make.exe (check your PATH for > > possible other make-s) > > > > I've found similar problems when using nmake instead of make or vice vers

Re: [Mono-list] Newbie question

2003-01-25 Thread John Duncan
Actually, WinZip can be evil and may add CR in front of your LF if it's configured that way. From experience, it turns out not to be very smart. There is an option in the preferences that you can turn off so it will stop inserting CR. John On Saturday, January 25, 2003, at 11:18 PM, [EMAIL PROT

[Mono-list] System.Net.WebClient

2003-01-25 Thread ginga
Hello, I have plan to implement XmlUrlResolver. It would be convenient for this class if OpenRead(), DownloadData(), DownloadFile() of System.Net.WebClient are implemented. Then I wrote very easy implementation for those methods. I'll be grateful if anyone working with System.Net reviews the at

[Mono-list] Mac OS X build error...

2003-01-25 Thread Jonathan LaCour
Greetings, Just getting ready to start working for a company that heavily uses .NET, and I am interested in starting learning with mono. I have a Mac OS X 10.2.3 powerbook and I tried compiling and installing mono as follows. First, I compiled and installed the mono-0.19.tar.gz package, and