[Mono-dev] Tools for dll's dependencies

2008-09-18 Thread Omri Azencot
Hello I am dealing with a large project written in .net 2.0 (about 200 dll's). I would like to test if this project could be run under mono. first, I thought that it would be good to be more familiar with the project itself, and I wonder if there are some recommended tools for dealing with such

Re: [Mono-dev] Tools for dll's dependencies

2008-09-18 Thread Robert Jordan
Omri Azencot wrote: Hello I am dealing with a large project written in .net 2.0 (about 200 dll's). I would like to test if this project could be run under mono. first, I thought that it would be good to be more familiar with the project itself, and I wonder if there are some recommended

[Mono-dev] ListViewSubItemCollection different behaviour in .net mono enviroment

2008-09-18 Thread marcos b
If i run the following test using .net environment subItems.Count returns 2, if I do it using mono environment subItems.Count returns 1. I'm having other problems also with the list view so my question is if there are many bugs reported about this control and related classes. [Test]

[Mono-dev] Add a libgmp-wrapper to mono

2008-09-18 Thread Dax
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aefvadh, I have here a fresh wrapper for libgmp, which I would be happy to add to mono. Currently, it provides an interface exposing almost all directly usable usable functions to .NET (excluding file-transport functions and some minor others, the

Re: [Mono-dev] ListViewSubItemCollection different behaviour in .net mono enviroment

2008-09-18 Thread Jonathan Pobst
Weird, I wonder why it adds a subitem for the item passed in as the owner. But it does, please file a bug and we'll fix it. http://www.mono-project.com/Bugs Thanks! Jonathan marcos b wrote: If i run the following test using .net environment subItems.Count returns 2, if I do it using mono

[Mono-dev] [PATCH] MonoLoadImage Windows change.

2008-09-18 Thread Bill Holmes
Hello All, I have found a problem loading ms generated COM interop assemblies. This patch fixes the problem. -bill LoadLib_08_09_18.diff Description: Binary data ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] [PATCH] MonoLoadImage Windows change.

2008-09-18 Thread Kornél Pál
Hi, This patch should not cause any problems, but could you please show me some assemblies not loading with LoadLibrary? Kornél Bill Holmes wrote: Hello All, I have found a problem loading ms generated COM interop assemblies. This patch fixes the problem. -bill

[Mono-dev] Very simple typed dataset serialization fails

2008-09-18 Thread marcos b
I have an extremelly simple typed dataset generated using vs 2005 with one datatable with a simple column When I try to run this test I get the following exception System.ArgumentException : The given name 'MyDataTable' matches atleast two namesin the collection object with different namespaces

Re: [Mono-dev] Add a libgmp-wrapper to mono

2008-09-18 Thread Miguel de Icaza
Hello, I have here a fresh wrapper for libgmp, which I would be happy to add to mono. Currently, it provides an interface exposing almost all directly usable usable functions to .NET (excluding file-transport functions and some minor others, the latter mostly obsolete or depracated),