[Mono-list] Novell and mono project

2003-08-04 Thread Alessandro Binhara
Novell can be change a develop way of mono ou gnome project ? or Novell can be accellerate a mono development? Em Seg, 2003-08-04 às 16:57, Miguel de Icaza escreveu: > Hello! > > > ps on another point i hope that this means that mono development is spurred > > along - the faster mono becomes a

Re: [Mono-list] make 'fullbuild' failing from yesterday

2003-08-04 Thread Dave Joyner
These are my notes for building on windows. It's been working well. mono build system http://lists.ximian.com/archives/public/mono-devel-list/2003-July/001506.html #overwrite stable autotool due to libgc vers. requirement...just once cp /usr/autotool/devel /usr/autotool/stable export CVSROOT

Re: [Mono-list] Novell acquires Ximian.

2003-08-04 Thread Miguel de Icaza
Hello! > ps on another point i hope that this means that mono development is spurred > along - the faster mono becomes a reality the better for all of us. the > .net/mono and c# thing is the way forward. I agree with you ;-) Mono is the project I have had the most fun working on. Every corner h

Re: [Mono-list] Remoting

2003-08-04 Thread Lluis Sanchez
On dl, 2003-08-04 at 16:00, Wilhelm Patrick wrote: [snip] > under windows everything work's fine, using MS.NET or Mono in Windows? > but when I try to run it under linux I > get errors: (the error is on client side: running the server doesn't make > any problems. For testing I run server and cl

Re: [Mono-list] Remoting

2003-08-04 Thread Sam Clegg
On Mon, Aug 04, 2003 at 04:00:01PM +0200, Wilhelm Patrick wrote: > switch (appMode) > { > default: > case AppMode.Server: > // Register a new channel with the runtime remoting services > ChannelServices.RegisterChannel(new TcpChannel(13100)); > >

Re: [Mono-list] Unboxing values from embedded mono

2003-08-04 Thread Sam Clegg
On Mon, Aug 04, 2003 at 12:45:50PM +0200, Paolo Molaro wrote: > We added it a while back: use mono_object_unbox() to get a pointer > to the data: > > gint32 *int32p = mono_object_unbox (obj); > gint32 value = *int32p; Should this maybe be a macro? Its a one line function right now an

Re: [Mono-list] Novell acquires Ximian.

2003-08-04 Thread Eduardo Osorio Armenta
Felicidades!, congratulations!, the best to mono! i hope that accelerates the support of XD2 to mandrake 9.1 also! --- Miguel de Icaza <[EMAIL PROTECTED]> wrote: > Hello everyone, > >Today Novell acquired Ximian. You can read the > details of this in > our press release: > > http://www.x

Re: [Mono-list] Novell acquires Ximian.

2003-08-04 Thread Paul
Hi, >This is a very exciting moment for all of us working at Ximian. Mono > and Gnome are an integral part of the strategy for Novell, and we will > continue to develop and improve it, now with a new home. Good luck :-) BTW : The offer of anoncvs is still up if you want it. TTFN P

RE: [Mono-list] Help

2003-08-04 Thread Jeremiah McElroy
To start with ASP.NET development you need to install mod_mono and xsp. XSP contains sample files that you can run. More information is available on the wiki-wiki and at www.apacheworld.org, I think. Searching the list archives should reveal more info. Sorry I can't be of more specific help.

Re: [Mono-list] Novell acquires Ximian.

2003-08-04 Thread Jay Bennie
Congratulations I hope this will be a happy and fruitfull partnership - well done Miguel! ps on another point i hope that this means that mono development is spurred along - the faster mono becomes a reality the better for all of us. the .net/mono and c# thing is the way forward. Regards - Linco

Re: [Mono-list] Novell acquires Ximian.

2003-08-04 Thread Ivan Hawkes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel de Icaza wrote: | Hello everyone, | |Today Novell acquired Ximian. You can read the details of this in | our press release: | | http://www.ximian.com./about_us/press_center/press_releases/index.html?pr=novell | |This is a very ex

[Mono-list] Novell acquires Ximian.

2003-08-04 Thread Miguel de Icaza
Hello everyone, Today Novell acquired Ximian. You can read the details of this in our press release: http://www.ximian.com./about_us/press_center/press_releases/index.html?pr=novell This is a very exciting moment for all of us working at Ximian. Mono and Gnome are an integral par

Re: [Mono-list] (no subject)

2003-08-04 Thread Miguel de Icaza
Hello, > what is the option of mcs.exe "-nostdlib"'s rule? And how to use it? I > run it as :"mcs -nostdlib sample.cs", why show the CS0518 error? Such > as "The predefined type `System.Object' is not defined" >From the man page: -nostdlib, -nostdlib+ Use this flag i

[Mono-list] Remoting

2003-08-04 Thread Wilhelm Patrick
Hi! I've a Problem using the remoting system of mono in my project. First of all, hier is my code I use for initialization the client or server mode: switch (appMode) { default: case AppMode.Server: // Register a new channel with the runtime remoting service

Re: [Mono-list] Help

2003-08-04 Thread Jonathan Pryor
Short answer: - Install Ximian Red Carpet: http://www.ximian.com/products/redcarpet/ - Alas, I've found that this requires updating glibc on Red Hat 9, and every time I update glibc I damage the system (running most apps results in a segmentation fault). The fix is to boot off

Re: [Mono-list] Reflection

2003-08-04 Thread Paolo Molaro
On 08/04/03 Thong (Tum) Nguyen wrote: > True but I think Gius wanted to know the size of a type from a Type > reference. I think the sizeof(int) was just an example. I know, but the size of a type can be at least three different things in the context of the CLR, with Marshal.SizeOf() being just o

RE: [Mono-list] Reflection

2003-08-04 Thread Thong (Tum) Nguyen
True but I think Gius wanted to know the size of a type from a Type reference. I think the sizeof(int) was just an example. ^Tum > -Original Message- > From: [EMAIL PROTECTED] [mailto:mono-list- > [EMAIL PROTECTED] On Behalf Of Paolo Molaro > Sent: Monday, 4 August 2003 10:43 p.m. > To:

Re: [Mono-list] Unboxing values from embedded mono

2003-08-04 Thread Paolo Molaro
On 08/01/03 Perry, James wrote: > I'm embedding Mono within a certain piece of software, and I'm looking at > extracting values out of return values (from functions called via > mono_runtime_invoke). The writeup on embedding mono seems to indicate that > there isn't an API to do this yet, although

Re: [Mono-list] Reflection

2003-08-04 Thread Paolo Molaro
On 08/02/03 Thong (Tum) Nguyen wrote: > Try System.Runtime.InteropServices.Marshal.SizeOf(Type). [...] > > From: [EMAIL PROTECTED] [mailto:mono-list- > > [EMAIL PROTECTED] On Behalf Of Giuseppe Greco [...] > > sorry for my stupid question... but does anybody know how > > can I get the size of a typ

[Mono-list] Help

2003-08-04 Thread vishnu
Sir, I am new to Linux i have Redhat9.0 Linux Pls tell me the step to install .net in Linux   I dont have any package for mono I dont know what to download it would be fine if u tellme the steps that i have to do work asp.net on Linux   Regards Vishnu  

[Mono-list] (no subject)

2003-08-04 Thread He HongFu
Hi: what is the option of mcs.exe "-nostdlib"'s rule? And how to use it? I run it as :"mcs -nostdlib sample.cs", why show the CS0518 error? Such as "The predefined type `System.Object' is not defined" He HongFu   2003-08-04 __