[Mono-dev] remove extra type validation in ObjectDataContainer

2005-10-20 Thread Konstantin Triger
Hello all,   From the attached test case seems we do too much type validation, the proposed patch fixes that.   Please reply if someone has an objection otherwise I’ll commit.   Regards, Konstantin Triger   objectcont.diff Description: objectcont.diff ___

[Mono-dev] [PATCH] ImageList: Simulate handle creation by caching original images until handle is created

2005-10-20 Thread Kornél Pál
Hi, This version should behave like MS.NET version. Note that I had to copy some MS.NET behavior that I would treat as bug but is required to identical behaviour. For more information look at the diff. Please review the modifications, do some tests, and approve the patch. Kornél ImageList.cs

Re: [Mono-dev] C# and SWT

2005-10-20 Thread Rodrigo B. de Oliveira
On 10/20/05, Elan Feingold <[EMAIL PROTECTED]> wrote: > > ... And then there's the IKVM project, which seems > to be able to run Eclipse (and thus SWT) under Mono's VM -- but I'm not sure > if that means I can write C# code that uses SWT. > Yes. It works. bamboo _

RE: [Mono-dev] C# and SWT

2005-10-20 Thread Everaldo Canuto
You are sure, if your primary target is Mac then you need other solution as Gtk is native only for Linux users. Maybe you can make something like iFolder (www.ifolder.com), it uses 3 diferent toolkits but "business layers" is same. I use wxWidgets on past and some controls theres a ugly look, as

Re: [Mono-dev] Mono

2005-10-20 Thread Kornél Pál
Hi, Microsoft Visual C++ .NET 2005 will support platform independent code with /clr:safe but will not have this support with /clr:pure. Microsoft don't want to implement /clr:pure as platform independent altough it has a lot of advantages over /clr:safe. Furthermore they state that unsafe code c

Re: [Mono-dev] Mono

2005-10-20 Thread Jonathan Pryor
On Wed, 2005-10-19 at 12:05 -0700, Zymmeral wrote: > When will there be a C++ compiler for Mono? The Mono team isn't working on a C++ compiler, and likely never will. So the answer to your question depends on what features you want. If you want C++/CLI support for pure-IL assemblies, there will

Re: [Mono-dev] [PATCH] Int32.Parse

2005-10-20 Thread Zoltan Varga
Hi, I think it would be a little bit easier to return the actual exception to be thrown from the TryParse methods as an out argument, instead of adding this abstraction layer which cannot return more helpful exceptions messages like "Number '12

[Mono-dev] [PATCH] Int32.Parse

2005-10-20 Thread Carlos Alberto Cortez
Hey, Currently the Int32.TryParse method calls the Int32.Parse method, and catches the exceptions. That's not the best behaviour, since Int32.TryParse is designed to avoid the performance problems associated with exception handling. The attached patch proposes an approach to keep the result of th

Re: [Mono-dev] Extern alias patch (latest modifications)

2005-10-20 Thread Raja R Harinath
Hi, Carlos Alberto Cortez <[EMAIL PROTECTED]> writes: > Hey, all the remainign issues are fixed now. All my tests are running > fine and that repeated code has been refactored to report the remaining > warnings in the same place. > > The patch is attached, and I'm not attaching the tests this tim

Re: [Mono-dev] [PATCH] Warning and errors for InternalsVisibleAttr

2005-10-20 Thread Carlos Alberto Cortez
Hey guys, Any news? I think this small patch can go in gmcs, since nobody commented on the posibility of having it on mcs. Carlos. El vie, 14-10-2005 a las 09:08 +0100, Marek Safar escribió: > Hello, > > >The attached patch checks the validity of InternalsVisibleToAttribute, > >and reports and