Re: [Mono-list] Mono: Post 1.0 plans and development update.

2004-07-16 Thread Matt Raffel
Just a small request plz. Dont CC the mailing list, put the mailing list address in the TO field so that people's filters work correctly. If you need to CC someone, CC a person not the mailing list. > > On Friday 16 July 2004 18:46, Miguel de Icaza wrote: > > Hello! > > > > > I don't know why

[Mono-list] rpm install

2004-07-19 Thread Matt Raffel
I've downloaded all of the rpms to install mono (on Mandrake 10). I don't know what order to install them in. So I was thinking of running rpm install like this: rpm --install * --force Is this ok? Will I have problems when this is done? Thnx Matt ___

Re: [Mono-list] rpm install

2004-07-19 Thread Matt Raffel
On Monday 19 July 2004 20:09, Daniel Carrera wrote: > On Mon, Jul 19, 2004 at 07:47:45PM -0400, Matt Raffel wrote: > > don't know what order to install them in. So I was thinking of running > > rpm install like this: > > > > rpm --install * --force >

Re: [Mono-list] rpm install

2004-07-19 Thread Matt Raffel
On Monday 19 July 2004 22:13, Mark Gimelfarb wrote: > You most likely need to satisfy the dependency by installing the > appropriate package. Even though --nodeps will get your software installed, > you might no be able to run the software successfully. > > Tip: look at the URPMI docs for answers;

Re: [Mono-list] rpm install

2004-07-23 Thread Matt Raffel
On Monday 19 July 2004 20:09, Daniel Carrera wrote: > On Mon, Jul 19, 2004 at 07:47:45PM -0400, Matt Raffel wrote: > > don't know what order to install them in. So I was thinking of running > > rpm install like this: > > > > rpm --install * --force > > >

[Mono-list] finally! mono on mandrake

2004-10-06 Thread Matt Raffel
Wanted to share this in case others are struggling with getting mono on mandrake (I'm using 10.0 community): The link below, very last post, has a very good and simple list of steps to get it installed using urpmi Quite frankly,

Re: [Mono-list] Command Line Parsing

2005-11-08 Thread matt raffel
take a look at to http://www.mindspring.com/~matt.raffel/code/NET/  There are 3 classes that might help you ApplicationCommandLine.cs CommandlineArgument.cs CommandlineException.cs To use them do something like this: First build an array of acceptable commandline arguements, such as ...

Re: [Mono-list] Command Line Parsing

2005-11-08 Thread matt raffel
On 11/8/05, matt raffel <[EMAIL PROTECTED]> wrote: take a look at to http://www.mindspring.com/~matt.raffel/code/NET/ There are 3 classes that might help you ApplicationCommandLine.cs CommandlineArgument.cs CommandlineException.cs To use them do something like this: First build an ar

[Mono-list] problem running monodevelop 1.1.10

2005-12-07 Thread matt . raffel
So I downloaded the mono 1.1.10 installer, ran it. I tried this both as root and as myself.It seems to install ok. Go through the screens, no error messages during the install. If double click the MonoDevelop.desktop it never starts. or if I run monodevelop from the commandline in th

Re: [Mono-list] Ouchy!

2006-01-11 Thread Matt Raffel
John Meyer wrote: Jorge Bastos wrote: ya, ouch! That can hurt. The big thing, however, is that looking forward, Microsoft is more concentrated on the NTFS system and not FAT. yup. and looking forward more, potentially making linux a bit less attractive by reducing interoperability. ___

Re: [Mono-list] Ouchy!

2006-01-11 Thread Matt Raffel
John Meyer wrote: Matt Raffel wrote: yup. and looking forward more, potentially making linux a bit less attractive by reducing interoperability. Yep. The big thing for me, however, is the fact that I don't even touch Windows anymore, so not that much of a problem for me. Where

Re: [Mono-list] .NET Hosting Suggestions?

2006-05-31 Thread Matt Raffel
I like DailyRazor. http://www.dailyrazor.com/ Plesk is the admin tool I use to configure my sites. Their service is responsive and usually gets it right the first time. I had just one problem with changing my billing from qtrly to annual. I tried using Click on Hosting. Their service was

Re: [Mono-list] Use of the {} with arrays

2006-09-06 Thread Matt Raffel
Colin JN Breame wrote: > Hi, > > The following compiles and runs fine: > > public class test_t { > public static void Main() { > System.Console.WriteLine(string.Join(" ", test())); > } > public static string[] test() { > string[] tmp = {"hello", "world"}; > return tmp; > //ret

Re: [Mono-list] C# command line parsing library

2007-01-04 Thread Matt Raffel
I wrote an article for codeproject.com that addresses command line parsing. http://www.codeproject.com/csharp/simplecommandlineparser.asp I wrote the article using "the other C# compiler" but I believe the code should be portable to the mono environment (I want to say I tested it under mono but

Re: [Mono-list] IDE developing .net applications

2007-01-26 Thread Matt Raffel
I'm really impressed with SharpDevelop. The "intellisense" in SharpDevelop works, its fast and it doesn't lag the heck outta my machine (unlike VS' implementation). At home, VS is totally uninstalled and off my windows box. I do not use it at all any more. My only complaint about SharpDe

Re: [Mono-list] Debugging

2007-03-13 Thread Matt Raffel
You didn't say what OS you're using. If you are using windows, the .NET runtime install includes commandline and GUI debuggers. Matt Simon Greener wrote: > Hi all, > > I'm just getting in to using Mono. Something immediately obvious is > MonoDevelop doesn't support the present debugger. S