[Mono-list] Mono shared hosting

2004-08-04 Thread Tim Anderson
Two quick questions: 1. How suitable is Mono XSP (with mod_mono) for an ISP offering shared hosting? Two big issues are clear separation between multiple web sites, and whether multiple Mono-driven sites imposes too heavy a resource requirement on typical shared hosting servers? 2. Does anyone

[Mono-list] gmcs: inherited subclasses of generic classes

2004-08-04 Thread Alan Jenkins
gmcs the following code. Should it? public class GenericT { public class SubGeneric { T t; } } public class Test : Genericint { public static void Main (string[] args) { } Test.SubGeneric sg; } It doesn't seem to be able to find the type parameter for Test.SubGeneric.

[Mono-list] gmcs: generates invalid IL

2004-08-04 Thread Alan Jenkins
I know this might not be much good to anyone, given that gmcs is still in alpha - but it might be useful as a small test case. I notice the $PRIVATE$ field in the Inner struct (whatever that is) in the dissasembly seems to violate the size of 0 bytes. c# source: public class GenericT {

[Mono-list] Re: Welcome to the Mono-list mailing list

2004-08-04 Thread Enrique Catala Bañuls
Please, i cant compile mono-1.0 :( When i run the configure script, i have this configuration: GC: included ICU: yes. Version: 2.6 __thread:yes SIGALTSTACK: no Engine: Building and using the JIT 2.0 Alpha: no JNI

RE: [Mono-list] Mono windows genmdesc crash

2004-08-04 Thread david
Me, too. I'm stuck at the same point. I wanted to try to add reference counting so that finalizers can be called deterministically. This wouldn't work for cycles. The GC would still have to call finalizers in that case. Also, the GC would still be responsible for managing memory. I'd just like to

Re: [Mono-list] Re: Welcome to the Mono-list mailing list

2004-08-04 Thread Jonathan Stowe
On Tue, 2004-08-03 at 21:33, Enrique Catala Bauls wrote: Please, i cant compile mono-1.0 :( When i run the configure script, i have this configuration: GC: included ICU: yes. Version: 2.6 __thread:yes SIGALTSTACK: no Engine:

[Mono-list] CellRendererToggle + Radio

2004-08-04 Thread felipe maya
I WANT TO KNOW HOW CellRendererToggle with .Radio = true work as RadioButton group. thanks. Consigue tu correo GRATIS en Manizales.com, dale vida a tus mensajes con ms de 300 motivos gráficos. Busca el portal de tu ciudad en http://66.216.122.105 ___

[Mono-list] CellRendererToggle + Radio

2004-08-04 Thread felipe maya
I WANT TO KNOW HOW CellRendererToggle with .Radio = true work as RadioButton group. thanks. Consigue tu correo GRATIS en Manizales.com, dale vida a tus mensajes con ms de 300 motivos gráficos. Busca el portal de tu ciudad en http://66.216.122.105 ___

[Mono-list] Problem with 64-bit JIT

2004-08-04 Thread Neale.Ferguson
Hi, I'm porting the JIT to 64-bit S/390. The 32-bit version uses two registers for long type variables. The 64-bit only uses one. I modified the code so that a long value returned from a routine is copied from the ABI defined register to the destination register (previously it would copy from

[Mono-list] Compiling and Embedding Mono with msvc

2004-08-04 Thread Dave B
I am interested in compiling mono with Microsoft Visual C++. Specifically, I want to be able to compile the samples/embed tests. This would require one of two things: a) Precompiled Libs to link with. b) A Visual Studio project file that would allow me to compile the said libs. Neither of which

RE: [Mono-list] Mono windows

2004-08-04 Thread Rob . Tillie
I agree totally with you but it's only a problem when building the thing. Installing from setups / red carpet works like a charm. I think this is the problem in general with makefiles. We really should have something better, but this would be a lot of work. For example, the thing shouldn't say

Re: [Mono-list] Compiling and Embedding Mono with msvc

2004-08-04 Thread Joe Ante
Hi, I couldn't agree more. I think the 1.0.1 release is a great opportunity to get the installers on windows right and put the dll's and lib files you need for embedding into the normal installer. Or create an additional sdk installer which has the libraries if you are concerned about download

Re: [Mono-list] Compiling and Embedding Mono with msvc

2004-08-04 Thread Dave B
Dave, I will take a look at doing this since I am pretty familiar with the Visual C++ project files. Thanks so much for taking a look at doing this, Nathan. I appreciate it very much and I am sure there are others in the same situation as me who would also appreciate it greatly :-) Boy I

[Mono-list] Mono 1.0.1 released

2004-08-04 Thread Duncan Mak
Hello all, An update of the Mono 1.0 release is now available for testing. You can find source tarballs and RPM packages for the 1.0.1 release here: http://go-mono.com/archive/1.0.1/ Please test the packages and tarballs and report any problems you find. If all goes well, we'll do our