[Mono-list] How can I . . .

2005-05-19 Thread Eric Damron
I need to be able to detect when my ISP has changed my cable modem's IP address. One complicating factor is that I'm behind a linksys router and am running NAT on my internal network. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.xi

RE: [Mono-list] MonoDevelop 0.7

2005-05-19 Thread Ben Maurer
On Thu, 2005-05-19 at 23:12 -0500, Mauro Parra Miranda wrote: > On Thu, 2005-05-19 at 22:55 -0500, Carl Olsen wrote: > > What is rug ref? > > Type it in the console as root. Or just launch red-carpet and press the > reload button. you will download the lastest packages. Then just press > 'update'

RE: [Mono-list] MonoDevelop 0.7

2005-05-19 Thread Mauro Parra Miranda
On Thu, 2005-05-19 at 22:55 -0500, Carl Olsen wrote: > What is rug ref? Type it in the console as root. Or just launch red-carpet and press the reload button. you will download the lastest packages. Then just press 'update' and that's it. Cheers, Mauro ___

RE: [Mono-list] MonoDevelop 0.7

2005-05-19 Thread Ben Maurer
On Thu, 2005-05-19 at 22:55 -0500, Carl Olsen wrote: > What is rug ref? refresh. 0.5 is way too old, you should upgrade to the packages on the downloads page. -- Ben ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman

RE: [Mono-list] MonoDevelop 0.7

2005-05-19 Thread Carl Olsen
What is rug ref? -Original Message- From: Ben Maurer [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 9:51 PM To: [EMAIL PROTECTED] Cc: 'Collin Goredema'; mono-list@lists.ximian.com Subject: RE: [Mono-list] MonoDevelop 0.7 Are you guys using 0.7-1? I had to update the rpms to fix a

RE: [Mono-list] MonoDevelop 0.7

2005-05-19 Thread Carl Olsen
My version says 0.5 Carl -Original Message- From: Ben Maurer [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 9:51 PM To: [EMAIL PROTECTED] Cc: 'Collin Goredema'; mono-list@lists.ximian.com Subject: RE: [Mono-list] MonoDevelop 0.7 Are you guys using 0.7-1? I had to update the rpms

RE: [Mono-list] MonoDevelop 0.7

2005-05-19 Thread Ben Maurer
Are you guys using 0.7-1? I had to update the rpms to fix a packaging error. You may have to rug ref to get the newer md. -- Ben ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

RE: [Mono-list] MonoDevelop 0.7

2005-05-19 Thread Carl Olsen
I upgraded recently using Red Carpet on SuSE Linux 9.2 and I'm experiencing the same problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Collin Goredema Sent: Thursday, May 19, 2005 8:36 PM To: mono-list@lists.ximian.com Subject: [Mono-list] MonoDevel

[Mono-list] MonoDevelop 0.7

2005-05-19 Thread Collin Goredema
I downloaded and installed the new Monodevelop 0.7 Fedora Core 3 RPMs today. Now, I cannot even open any .cs file 'coz the thing crashes. I cannot right-click on any file...Monodevelop just quits. Does not even open existing solutions. Is anyone else experiencing this proble/issue? Thanks. _

Re: [Mono-list] P/Invoke for function pointers using C#

2005-05-19 Thread Nigel Benns
What you have to do is create a delegate to simulate the type of function you will be using. take a look here: http://svn.myrealbox.com/viewcvs/trunk/efl-sharp/libs/efl-sharp/src/lib/ewl_window.cs?rev=44726&view=auto It uses a delete event handler for a window. The delegate is the function in C

[Mono-list] P/Invoke for function pointers using C#

2005-05-19 Thread Kala B
Hi, Can you give me a sample code for making P/Invoke calls to C code, from C# mono code, where the C calls takes a function pointer? Is this supported on mono? Thanks & Regards Kala B. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.

Re: [Mono-list] Tao ODE binding

2005-05-19 Thread Chris Bacon
A Tao list would certainly be useful for me, it's got my vote! Thanks Chris - Original Message - From: "Miguel de Icaza" <[EMAIL PROTECTED]> To: "Chris Bacon" <[EMAIL PROTECTED]> Cc: Sent: Thursday, May 19, 2005 12:48 AM Subject: Re: [Mono-list] Tao ODE binding > hello, > > > Where sh

[Mono-list] Compiling Mono on Windows

2005-05-19 Thread Kornél Pál
Hi, I am allways running to trouble when compiling Mono on Windows using Cygwin. Usually I have problems with glib-2. If I install the one from Cygwin autoconf complains. If I use the files from http://www.mono-project.com/Compiling_Mono autoconf recognizes it but does not compile. I tried the file

Re: [Mono-list] FTP Code

2005-05-19 Thread Vincent Arnoux
Hi, I am usually using edtFTPnet (LGPL): http://www.enterprisedt.com/products/edtftpnet/overview.html Vincent Le jeudi 19 mai 2005 à 11:47 +0100, Ricardo Gladwell a écrit : > Hi All, > > I'm writing an application that needs to access an FTP server and was > wondering if there are any good FTP

Re: [Mono-list] FTP Code

2005-05-19 Thread Nigel Benns
I don't know how working it is but check this: http://sourceforge.net/projects/ftpnet/ > Hi All, > > I'm writing an application that needs to access an FTP server and was > wondering if there are any good FTP client implementations out there for > Mono and C#. Specifically, I'm looking for code th

[Mono-list] FTP Code

2005-05-19 Thread Ricardo Gladwell
Hi All, I'm writing an application that needs to access an FTP server and was wondering if there are any good FTP client implementations out there for Mono and C#. Specifically, I'm looking for code that I can use in my GPL'd software (ie. licensed under a GPL compatible license). Any help or p

Re: [Mono-list] Re: [MonoDevelop] MonoDevelop 0.7 Release

2005-05-19 Thread Daniel Lopez
Hola! > Thank you for the great job. > Is there a chance to see a new version of the binary installer having > this latest release of Monodevelop (the current one doesn't seem to ship > with monodevelop at all) ? Yes, I will work on updating the installer to include MonoDevelop and also Boo and l

[Mono-list] Re: [MonoDevelop] MonoDevelop 0.7 Release

2005-05-19 Thread Vincent Arnoux
Le mercredi 18 mai 2005 à 23:13 -0700, Todd Berman a écrit : > The MonoDevelop team is proud to bring you MonoDevelop 0.7 > > Lots more information is available > http://www.monodevelop.com/release_notes/0.7.html > > > Enjoy, and report bugs to the ximian bugzilla :) > > --Todd Thank you for t