Re: [Mono-dev] Mono's handling of Structs

2005-11-22 Thread Jonathan Gilbert
At 08:40 PM 22/11/2005 -0800, Bill Six wrote: [snip] >Is this a bug in the mono compiler? Should it >automatically know that a declaration of a struct >implies calling the default constructor? [snip] Structs do not have default constructors. As members of classes, variables of value types get in

Re: [Mono-dev] SWF, gtk#, OSX, Linux, Win32, GUI's thougths?

2005-11-22 Thread Miguel de Icaza
> CODY RUSSELL <[EMAIL PROTECTED]> wrote: > > > I think OSX support for GTK just went into cvs recently. > > with no need for X11? can anyone confirm this? That is correct. Miguel. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

[Mono-dev] Mono's handling of Structs

2005-11-22 Thread Bill Six
Hi, I'm new to C#, but it was my understanding that a struct does not need a call to the constructor before its use, in the same way that all other primitives (ints, floats, etc) don't. MCS and GMCS seem to require that a constructor is called before the struct can be used. For instance, the cod

Re: [Mono-dev] SWF, gtk#, OSX, Linux, Win32, GUI's thougths?

2005-11-22 Thread ted leslie
On Tue, 22 Nov 2005 15:15:17 -0600 CODY RUSSELL <[EMAIL PROTECTED]> wrote: > I think OSX support for GTK just went into cvs recently. with no need for X11? can anyone confirm this? -tl > > - Original Message - > From: ted leslie <[EMAIL PROTECTED]> > Date: Tuesday, November 22, 2005 3:

[Mono-dev] Mono on IRIX

2005-11-22 Thread Bryan Batchelder
Has anyone been able to get Mono running under IRIX? Is it even possible? Thanks, --b ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] AppDomain and web app

2005-11-22 Thread Gonzalo Paniagua Javier
On Mon, 2005-11-21 at 22:54 -0600, Carlos Solorzano wrote: > Considering the two appdomains are on the same process, do we still > need tcp or http remoting? I know there are ways to pass stuff back > and fwd between appdomains whenever you create the second domain > however I do not know wh

Re: [Mono-dev] SWF, gtk#, OSX, Linux, Win32, GUI's thougths?

2005-11-22 Thread CODY RUSSELL
I think OSX support for GTK just went into cvs recently. - Original Message - From: ted leslie <[EMAIL PROTECTED]> Date: Tuesday, November 22, 2005 3:04 pm Subject: [Mono-dev] SWF, gtk#, OSX, Linux, Win32, GUI's thougths? > > I would just like to get some thoughts and clarifications abou

[Mono-dev] SWF, gtk#, OSX, Linux, Win32, GUI's thougths?

2005-11-22 Thread ted leslie
I would just like to get some thoughts and clarifications about a few things. 1) It says SWF at end of month.. and then months of testing.. when will it likely debut in the standard distribution (dowload page) , and not be a cvs only? 2) It is mentioned how SWF will work on Win32, OSX

Re: [Mono-dev] [PATCH] HSSA!

2005-11-22 Thread Massimiliano Mantione
On Tue, 2005-11-22 at 00:47 +, Mike Hearn wrote: > On Fri, 18 Nov 2005 22:36:38 +0100, Massimiliano Mantione wrote: > > +#define CHECK_HEAP_STATE_LENGTH(__hssa,__bb) do {\ > > + int __i = 0;\ > > + MonoHssaHeapAddress *__ca = > > (__hssa)->addresses_with_known_value;\ > > +

[Mono-dev] RE: External entity resolution

2005-11-22 Thread Konstantin Triger
Hi Eno, Yep, you are right, we have more problems here: if someone retrieves the Entity object using DOM, it will be never resolved... So the direction looks good, but there is more work to do. May be we will consider to continue it at a later stage. Regards, Konstantin Triger -Original Mes

[Mono-dev] Re: XPath iterator problem

2005-11-22 Thread Atsushi Eno
Oops, good catch! Please commit. Thanks! Atsushi Eno Vladimir Krasnov wrote: Hello Atsushi, I've found a problem in SimpleSlashIterator.MoveNextCore() method. Please see attached sample that reproduces the problem. I've also attached a patch for System.Xml.XPath\Iterator.cs that fixes the p

Re: FW: [Mono-dev] Enum serealization proble in System.Xml.Serialization.XmlMapping

2005-11-22 Thread Lluis Sanchez
El dom, 20-11-2005 a las 01:23 -0800, Vladimir Krasnov escribió: > Hello Lluis, > > Please approve the attached patch to > System.Xml.Serialization/XmlTypeMapping.cs The change looks ok, but please: * Use == to compare strings. * you have to apply the fix to the serializer generator, or it will

Re: [Mono-dev] Remoting URI Exception

2005-11-22 Thread Lluis Sanchez
Can you please file a bug report for this? thanks! El lun, 21-11-2005 a las 16:09 -0600, Carlos Solorzano escribió: > On Nov 21, 2005, at 3:09 PM, Sebastien Pouliot wrote: > > > Hello Carlos, > > > > On Mon, 2005-11-21 at 14:56 -0600, Carlos Solorzano wrote: > > ... > >> Anyways, how would I go a

Re: [Mono-dev] [PATCH] HSSA!

2005-11-22 Thread Mike Hearn
On Fri, 18 Nov 2005 22:36:38 +0100, Massimiliano Mantione wrote: > +#define CHECK_HEAP_STATE_LENGTH(__hssa,__bb) do {\ > + int __i = 0;\ > + MonoHssaHeapAddress *__ca = > (__hssa)->addresses_with_known_value;\ > + MonoHssaHeapAddress *__slow_ca = __ca;\ > +