[Mono-list] Wrong file permissions

2003-08-09 Thread Giuseppe Greco
Hi all, Write a small program like this: using System; using System.IO; public class FileCreator { public static void Main(string[] args) { File.Create(args[0]); } } ... compile it: mcs -t:exec *.cs ... and

Re: [Mono-list] MacOS X Mono Hackers...

2003-08-09 Thread Iñigo Illán
Here you have the link. http://www.icsharpcode.net/OpenSource/SharpWT/ El vie, 08 de 08 de 2003 a las 23:08, Dan Pilone escribió: On Fri, 2003-08-08 at 13:25, Miguel de Icaza wrote: My plan is to get mono and #develop working on G4 G5 hw asap whether thats on osx or linux remains to be

[Mono-list] Installation dependencies

2003-08-09 Thread Mark Weaver
I'm attempting to install Mono on my Mandrake system and I'm running into some dependency issues. here is a list of the packages I've already got ready to install: gtkhtml3.0-3.0.3-0.ximian.1.i586.rpm gtk-sharp-0.10-1.ximian.6.1.i586.rpm gtk-sharp-gapi-0.10-1.ximian.6.1.i586.rpm mcs-0.25.tar.gz

RE: [Mono-list] MacOS X Mono Hackers...

2003-08-09 Thread Gonia Eric - egonia
Here is the page for SharpWT (SWT) http://www.icsharpcode.net/OpenSource/SharpWT/ The mailing list is mentioned there too. I have not received any email from it in a while. I think the core team is focusing on 1.0 for now instead of porting to Linux. -Original Message- From: Dan Pilone

[Mono-list] Porting MS IIS ASPX (C# code) to Apache2 with mod_mono

2003-08-09 Thread Jean-Philippe Blais
Hi, I'm trying to port a site that use .aspx files to an Apache 2.0 server using mod_mono. Where come from the .cs files? I dont have any associated with the .aspx. Did I need to compile the .aspx files ? Thank you. ___ Mono-list maillist -

Re: [Mono-list] MacOS X Mono Hackers...

2003-08-09 Thread Dan Pilone
On Fri, 2003-08-08 at 13:25, Miguel de Icaza wrote: My plan is to get mono and #develop working on G4 G5 hw asap whether thats on osx or linux remains to be seen. (ideally both ) You might want to help the SharpDevelop guys finish SWT and finish their SharpDevelop port to SWT. That is

Re: [Mono-list] Method JIT Compilation

2003-08-09 Thread Paolo Molaro
On 08/06/03 Hamza Karamali wrote: However, I haven't been able to locate exactly how the JIT compilation process is re-triggered when I call another method from within the main function. I guess somewhere there is a pointer that either diverts the program to a previously compiled version of

[Mono-list] problem getting a .NET dll to work with mono

2003-08-09 Thread Davy Brion
Hey guys, i recently switched back to linux because i heard i should be able to do most of my C# development on linux with mono now. So now i'm trying to get my stuff to work :) I have this project that uses a closed-source .NET dll, and i'm hoping i can use the same DLL with mono. I heard