[Mono-list] Jimmac have published SVG-file of the Mono-Logo

2003-02-13 Thread Freddy BL
Hi! Only for information: Since 10.2. Jimmac have published the Mono-Logo as SVG vector-graphic under http://jimmac.musichall.cz/stuff/mono-gorilla.svg Greatings BL-Freddy _ Hotmail  -  Absolut kostenfrei! Der weltweit größte E-Ma

Re: [Mono-list] Researching scripting langs with .net

2003-02-13 Thread Erik Bågfors
On Wed, 2003-02-12 at 20:51, george hanson wrote: > Hello, I am currently doing some research into using open source scripting languages >with dotnet. > Apart from the following, can anyone direct me to other > ongoing projects? > > KOBRA - dotnet for python > http://www.gadgil.net/DotNetWrapperF

RE: [Mono-list] Researching scripting langs with .net

2003-02-13 Thread Andrew Stopford
Hi, See the following for Perl and Python research http://www.activestate.com/Corporate/Initiatives/NET/Research.html?_x=1 Andrew -Original Message- From: george hanson [mailto:[EMAIL PROTECTED]] Sent: 12 February 2003 19:52 To: [EMAIL PROTECTED] Subject: [Mono-list] Researching script

Re: [Mono-list] Researching scripting langs with .net

2003-02-13 Thread Alan Knowles
php-sharp.sourceforge.net - although I still need to put a link up to http://www.akbkhome.com/Projects/PHP_Sharp/ there's not alot of movement this month as i'm pretty busy. - but the current plan looks like phase 1 will just generate C# code from PHP and compile it (maybe on the fly..) Regard

RE: [Mono-list] someone, please clear out that patents issue

2003-02-13 Thread Piers Haken
Title: RE: [Mono-list] someone, please clear out that patents issue I agree. I'm sure that some of the developers and architechts of .NET at Microsoft feel some pride that their work is followed. Not least by a group so well lead a this. Ximian has shown extreme maturity in adopting a technol

Re: [Mono-list] someone, please clear out that patents issue

2003-02-13 Thread J. Perkins
I read a some of these discussions, but gave it up when it became clear that most of the people had no idea what was going on. Kudos to Miguel for staying the course and not responding to the petty remarks directed at him. Mono is a remarkable project...I will never go back to C++! FWIW, I was con

RE: [Mono-list] someone, please clear out that patents issue

2003-02-13 Thread Thong (Tum) Nguyen
Yep. And in reality, they aren't going to be making inroads against Java if they aggressively enforce any .NET patent (if they are even granted -- which IMO, is unlikely). ^Tum > -Original Message- > From: [EMAIL PROTECTED] [mailto:mono-list- > [EMAIL PROTECTED]] On Behalf Of J. Perkins

Re: [Mono-list] someone, please clear out that patents issue

2003-02-13 Thread Gaurav Vaish
- Original Message - From: "J. Perkins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Miguel de Icaza" <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 18:12 Subject: Re: [Mono-list] someone, please clear out that patents issue > responding to the petty remarks directed at him. Mo

RE: [Mono-list] someone, please clear out that patents issue

2003-02-13 Thread Thong (Tum) Nguyen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:mono-list- > [EMAIL PROTECTED]] On Behalf Of Gaurav Vaish > Sent: Friday, 14 February 2003 3:11 a.m. > To: J. Perkins; [EMAIL PROTECTED] > Subject: Re: [Mono-list] someone, please clear out that patents issue > > - Original Message

Re: [Mono-list] Jimmac have published SVG-file of the Mono-Logo

2003-02-13 Thread Gaurav Vaish
Please correct your server configuration. It is sending the file as 'text/plain' instead of 'image/svg+xml'. $ telnet jimmac.musichall.cz 80 Trying 212.67.68.151... Connected to skupiny.musichall.cz. Escape character is '^]'. GET http://jimmac.musichall.cz/stuff/mono-gorilla.svg HTTP/1.0 HTTP

[Mono-list] Compile under Unix & Linux (vb.net)

2003-02-13 Thread SiD`
ok, I have created a software which uses sockets in VB.NET. I need to translate it to work under mono (I have Maker.cs, but I don't know how to use it... :\) Then I will need to make my application support mySql. I think that I will have to make my app directly in the mono-style (right?) How

Re: [Mono-list] MarshalByRefObject and Activator NUnit v2.0 testclasses

2003-02-13 Thread Jean-Marc André
Hi, No, I don't get this error. I tested the class with the NUnit GUI and when I re-run the test without reloading the library I get errors about object with the same URI (since the RemotingServices.Disconnect function is not yep implemented, I can't use it to unregister the marshaled objects

Re: [Mono-list] Write & Compile

2003-02-13 Thread SiD`
i've tryed to use as following: USAGE: SlnToMake.exe [-u (unix mode)|-w (windows mode)] [-t (no project targets)] filename.sln but, specifing only filename.sln < C:\net\IMAServer\IMAserver>make -w IMAserver.sln !if !defined(TARGET) !error You must provide TARGET when making !endif CSC=csc CSCFL

[Mono-list] Thread.Sleep with Timeout.Infinite

2003-02-13 Thread Yury Serdyuk
Hi ! I have found that a command Thread.Sleep ( Timeout.Infinite ); cause an exception >System.ArgumentException : Negative timeout Please, tell me about current situation with this error. Y.S. ___ Mono-list maillist - [EMAIL PROTECTED] http://li

[Mono-list] How to create valid AssemblyInfo.cs file

2003-02-13 Thread Michael Schwery
I created a app on mono and tried to run it under .net but it complains that it can't find a AssenblyInfo file. How can I create a vaild one? Tired of spam? Get advanced junk mail protection with MSN 8. ___ Mono-list maillist - [EMAIL PROTECTED] http:

Re: [Mono-list] Thread.Sleep with Timeout.Infinite

2003-02-13 Thread Varga Zoltan
fixed in CVS. Yury Serdyuk <[EMAIL PROTECTED]> írta: > Hi ! > > I have found that a command > > Thread.Sleep ( Timeout.Infinite ); > > cause an exception > >System.ArgumentException : Negative timeout > > Please, tell me about current situation with this error. > > Y.S. > > __

[Mono-list] Visual Basic support for XSP server

2003-02-13 Thread Christopher Lewis
Does the XSP web server support VisualBasic.net pages yet? I understand that the Mono project is still working on the VisualBasic compiler (mbas), but will XSP do anything with it yet? Thanks in advance for any response. -- Christopher Lewis ___ Mono

Re: [Mono-list] problems with attributes

2003-02-13 Thread Martin Willemoes Hansen
On Wed, 2003-02-12 at 22:03, Parrish M Myers wrote: > Hello, > > I have been racking my brain with this one... and I am not sure anyone > has discussed this already, but I don't remember seeing anything. > > Does anyone know why I can't compiel the glade test program found in > the mono tutorial

RE: [Mono-list] How to create valid AssemblyInfo.cs file

2003-02-13 Thread John BouAntoun
You could try using a windows box that autogenerates one for you (using Sharp Develop) or you could copy and paste this template here: using System.Reflection; using System.Runtime.CompilerServices; // // General Information about an assembly is controlled through the following // set of attribu

Re: [Mono-list] Visual Basic support for XSP server

2003-02-13 Thread Gonzalo Paniagua Javier
El jue, 13 de 02 de 2003 a las 21:25, Christopher Lewis escribió: > Does the XSP web server support VisualBasic.net pages yet? I understand > that the Mono project is still working on the VisualBasic compiler > (mbas), but will XSP do anything with it yet? No, by now, it only supports C#. -Gonza

[Mono-list] C# compile question

2003-02-13 Thread Jeff Smiley
I don’t know if this is the right place to ask this, but here it goes.   I am trying to compile a project that was created in Visual Studio.NET.  What is the command to compile the entire project?  I can compile some of the .cs files using mcs and the filename, but I can’t find a way to c

[Mono-list] mbas

2003-02-13 Thread SiD`
When will mbas will be released? thx in advance! ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] mbas

2003-02-13 Thread A Rafael D Teixeira
MonoBASIC (mbas) is already in the mono package, just use it as you can use mcs, the csharp compiler. However it's not complete, some syntax constructs aren't implemented yet. Support in Microsoft.VisualBasic assembly is also incomplete. You can help us by just exposing the erros you encounter c

[Mono-list] Re: someone, please clear out that patents issue

2003-02-13 Thread ginga
Hello, > This does not change our plans. You can read the FAQ, and look at the > question of how we will deal with patents that can not be used by free > software. Whether we deny software patents or not, it would be good if anyone proves that the technology of .NET API is *basic* and *pre-exist

RE: [Mono-list] MarshalByRefObject and Activator NUnit v2.0 test classes

2003-02-13 Thread Nick Drochak
| -Original Message- | From: Jean-Marc Andr [mailto:[EMAIL PROTECTED]] | Sent: Friday, February 14, 2003 2:19 AM | To: Nick Drochak; mono-list | Subject: Re: [Mono-list] MarshalByRefObject and Activator NUnit | v2.0 test classes | | | Hi, | | No, I don't get this error. I tested the class w

Re: [Mono-list] Re: someone, please clear out that patents issue

2003-02-13 Thread Jonathan Pryor
In the interest of starting...oops, stopping...a flame war, allow me to clarify the US patent system. It's run by a bunch of people who wouldn't know "obvious" if it flattened them. (I'd quote "The Hitchikers Guide to the Galaxy" but I'd rather not look up a suitable quote.) It doesn't matter ho

[Mono-list] Reflection problem

2003-02-13 Thread Sanjaya Singharage
Hi all, I am using the following class to discover classes, methods and properties. But for some classes (or are they interfaces) like System.Web.UI.WebControls.DataGrid and System.Data.IDbCommand when I call the method DispClsMethods I get the following error. Can somebody explain? Unhandled Exce