Re: [Mono-dev] Marshalling: Bug in StructLayout?

2007-08-20 Thread Paolo Molaro
On 08/18/07 Rolf Bjarne Kvinge wrote: Structs may be padded according to the platform you're running on, so it's not a bug. MSDN says about SequentialLayout: The members of the object are laid out sequentially, in the order in which they appear when exported to unmanaged memory. The

Re: [Mono-dev] Marshalling: Bug in StructLayout?

2007-08-20 Thread Paolo Molaro
On 08/18/07 Zoltan Varga wrote: This is indeed a mono bug. We align structures smaller than sizeof(void*) to sizeof(void*) because the JIT memcpy/memset routines require it. So your AVRational struct has an min alignment of 8 bytes. The workaround for now is to declare AVRational as having

Re: [Mono-dev] Controls inside an Ajax UpdatePanel

2007-08-20 Thread Igor Zelmanovich
There is the bug in aspx parser. The parser does not consider TemplateInstanceAttribute. ContentTemplate property of UpdatePanel has [TemplateInstanceAttribute (TemplateInstance.Single)] According MSDN it suppose to allow you to reference controls that are contained within the template. Could

Re: [Mono-dev] [PATCH]System.IO.File.Replace

2007-08-20 Thread Paolo Molaro
On 08/17/07 Bill Holmes wrote: Here is an updated version of my patch. I apologize in advance if my attachment is a binary blob again. I am not quite sure what that meant or what I should do about it. This time I am sending the mail from SUSE so maybe that will help. It looks good now:)

Re: [Mono-dev] Compiling mono on embedded platform fails (ppc32)

2007-08-20 Thread Paolo Molaro
On 08/14/07 Johannes Paschold wrote: First one: Is exactly the same like this: http://bugzilla.ximian.com/show_bug.cgi?id=58453 thats why i reopened this bug from state NEEDINFO. To make things short: exceptions-ppc.c expects a specific ucontext struct layout which does not fit to mine.

Re: [Mono-dev] Bugzilla: important.

2007-08-20 Thread Daniel Morgan
Will the account I set up at Novell Forge work? --- Miguel de Icaza [EMAIL PROTECTED] wrote: As you may or may not know, the Mono team is in the process of switching from the Ximian Bugzilla to the Novell Bugzilla. ... As part of this process we need everyone to create Novell.Com

[Mono-dev] SWF on Quartz (OS X)

2007-08-20 Thread Jouini Karim
Hi, does anyone know for when is SWF on Quartz planned ? Because for now SWF is based on GTK and X11 wich is a pain. But will it be based on Quartz ? Can i help ? Did any one work on a wxWidget wrapper (that looks like SWF not the wx.NET one) ? Thanks ! regards, Jouini Karim

[Mono-dev] [patch] throw MethodAccessException and FieldAccessException instead of InvalidProgramException

2007-08-20 Thread Jb Evain
Folks, As the title claims, here's a patch to throw MethodAccessException and FieldAccessException instead of InvalidProgramException. Also, it add checks for the visibility of static fields on ldsfld and stsfl, which were not checked before. Comments? -- Jb Evain [EMAIL PROTECTED] Index:

Re: [Mono-dev] [PATCH]System.IO.File.Replace

2007-08-20 Thread Bill Holmes
goto removed short write case fixed function definition formatting fixed thanks -bill Index: mono/mono/metadata/file-io.c === --- mono/mono/metadata/file-io.c (revision 84466) +++ mono/mono/metadata/file-io.c (working copy) @@ -10,6

Re: [Mono-dev] SWF on Quartz (OS X)

2007-08-20 Thread Miguel de Icaza
Hello, Hi, does anyone know for when is SWF on Quartz planned ? Because for now SWF is based on GTK and X11 wich is a pain. It is based on X11, not based on Gtk. There is some work being done by Attacom.com, I hope they will post a status report soon (see the blogrol)

Re: [Mono-dev] [patch] throw MethodAccessException and FieldAccessException instead of InvalidProgramException

2007-08-20 Thread Rodrigo Kumpera
Hey Jb, There are memory leaks when the exception message is built, it should free the results of mono_method_full_name and mono_field_full_name. Besides these issues, the patch looks good. Rodrigo. On 8/20/07, Jb Evain [EMAIL PROTECTED] wrote: Folks, As the title claims, here's a patch to

Re: [Mono-dev] Bugzilla: important.

2007-08-20 Thread Atsushi Eno
Hi, I doubt that it would work, but you can try to log in right away. (Novell login has already been there. It's just that the new bugzilla is not ready yet.) Atsushi Eno Daniel Morgan wrote: Will the account I set up at Novell Forge work? --- Miguel de Icaza [EMAIL PROTECTED] wrote: As

Re: [Mono-dev] Bugzilla: important.

2007-08-20 Thread Thomas Wiest
Hey Daniel, Yes, that is a Novell.Com account. Basically any Novell account that external people can create is a Novell.Com account. So, Novell Bugzilla, Novell Customer Center, Novell Forge, etc. Hope this helps, Thomas Daniel Morgan wrote: Will the account I set up at Novell Forge

[Mono-dev] Fwd: [PATCH] Enable 32-bit compilation on Linux/ppc64

2007-08-20 Thread Andreas Färber
Could someone please review this small patch? It does not depend on any ppc64 stuff. The only question I see is whether the wildcard is okay or whether it should be listed explicitly. Once accepted we should consider backporting it to the 1.2.5 branch. Andreas Anfang der weitergeleiteten

[Mono-dev] Unloading domain assert

2007-08-20 Thread Joachim Ante
Hi, Miguel suggested we change our domain loading and unloading to be completely in managed code. I did that and this fixed the domain unloading issue we had on ppc: http://bugzilla.ximian.com/show_bug.cgi?id=82007 Now I have another issue which happens on both intel and ppc machines. The

[Mono-dev] ANN: NUnitLite 0.1.0 Released

2007-08-20 Thread Charlie Poole
This is the first release of NUnitLite, a smaller, simpler alternative to NUnit for resource-limited environments. It is suitable for mobile and embedded development and also for applications that require the entire framework to be loaded as part of a plugin. You may download the release from