Re: [Mono-dev] Image mempool grows with use of mono_runtime_invoke on value types

2008-11-04 Thread Zoltan Varga
Hi, This is now fixed in SVN. In the meantime, you can try using the mono_method_get_unmanaged_thunk () functionality to avoid this problem: http://www.mono-project.com/Embedding_Mono Zoltan On Tue, Nov 4, 2008 at 2:19 AM, Ewen Cheslack-Postava [EMAIL PROTECTED] wrote: Hi all,

[Mono-dev] Branching for Mono 2.2 on Wednesday, November 5th, 2008...

2008-11-04 Thread Thomas Wiest
Hey Guys, We will be branching for 2.2 on Wednesday, November 5th, 2008. At this point, please work on stabilizing trunk and getting unit tests passing so that we can branch. For more details about the Mono roadmap, please see: http://mono-project.com/Roadmap Thanks, Thomas

Re: [Mono-dev] Contributing Code for ObservableCollection

2008-11-04 Thread Alan McGovern
Ok, so here's my comments (so far ;) ): 1) Xml comments are a no-go in the source files. If you want to commit documentation (which is always appreciated!) you should add it to monodoc and submit it as a separate patch. It should be possible to import your XML comments into monodoc automatically

Re: [Mono-dev] Dot Net apps to Linux

2008-11-04 Thread Stifu
Applications created under Windows will work directly with Mono (as long as the application doesn't do Windows-dependent calls, and doesn't use stuff that isn't implemented in Mono yet... check MoMa for more details). -- View this message in context:

Re: [Mono-dev] [PATCH] VS changes needed for MonoPosixHelper.dll in mono/support.

2008-11-04 Thread Bill Holmes
Can someone please look at this? -bill On Tue, Oct 21, 2008 at 10:18 AM, Bill Holmes [EMAIL PROTECTED] wrote: The attached patch is to add some additional preprocessor to support/map.c. I am starting to add MonoPosixHelper.dll to the VS build for Winx64. I do have some questions about

Re: [Mono-dev] Contributing Code for ObservableCollection

2008-11-04 Thread Jonathan Pryor
On Tue, 2008-11-04 at 16:39 +, Alan McGovern wrote: 1) Xml comments are a no-go in the source files. If you want to commit documentation (which is always appreciated!) you should add it to monodoc and submit it as a separate patch. It should be possible to import your XML comments into

Re: [Mono-dev] Graphics.MeasureCharacterRanges cannot handle newline characters.

2008-11-04 Thread Sebastien Pouliot
On Wed, 2008-11-05 at 01:36 +0200, Stefanos A. wrote: Already reported as #324960 for libgdiplus: https://bugzilla.novell.com/show_bug.cgi?id=MONO82291 We were planning to use MeasureCharacterRanges for accurate text layout in OpenTK, but were blocked by this bug (see attached screenshots).

Re: [Mono-dev] System.Unix.Native.Syscall.fork is commented out

2008-11-04 Thread Sixes
Jonathan Pryor wrote: On Wed, 2008-09-03 at 10:33 +0200, Robert Jordan wrote: Alas, I didn't get any further details, but that was enough for me to remove fork() from Syscall: if it can't ever be reliably called, then it shouldn't be callable. Sorry about jumping in two months late on

Re: [Mono-dev] gdal/mono/linux; Native bindings, PInvoke, and tracking TypeLoader exceptions

2008-11-04 Thread Floris Briolas
fevans wrote: *trim* So when I run the command 'mono GDALInfo.exe' it returns a usage statement. no errors. But when I run 'mono GDALinfo.exe foo.tif', I get a type-loader exception. *trim* This is a yes, me too response, but I've done some analysis on my own. First I was stuck on

[Mono-dev] Dot Net apps to Linux

2008-11-04 Thread Lambros
Hi there, I would like to make something clear! Is it possible to run applications which i build in windows using visual studio in Linux as it claimed to be or it means applications created with MonoDevelop to all platforms? It is a bit confusing... Thanks -- View this message in context:

Re: [Mono-dev] Mono on FreeBSD

2008-11-04 Thread Satoshi.ARA
Informal Ports for FreeBSD. mono-2.0.1 http://www.solids.jp/tmp/mono2.0.1_3.tar.bz2 http://www.solids.jp/tmp/mono2.0.1_3.tar.bz2 xsp-2.0 http://www.solids.jp/tmp/xsp2.0_1.tar.bz2 http://www.solids.jp/tmp/xsp2.0_1.tar.bz2 mod_mono-2.0 http://www.solids.jp/tmp/mod_mono2.0_1.tar.bz2

Re: [Mono-dev] System.Unix.Native.Syscall.fork is commented out

2008-11-04 Thread Jonathan Pryor
On Mon, 2008-11-03 at 14:49 -0800, Sixes wrote: Jonathan Pryor wrote: On Wed, 2008-09-03 at 10:33 +0200, Robert Jordan wrote: Alas, I didn't get any further details, but that was enough for me to remove fork() from Syscall: if it can't ever be reliably called, then it shouldn't be

Re: [Mono-dev] Dot Net apps to Linux

2008-11-04 Thread Alexander M. Batishchev
Hi Lambros, hi everybody, Yes, you can use just VS, not MD. But look MoMa first to find not yet implemented modules. PS. Google more, this is very frequent question :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lambros Sent: Tuesday, November 04,

Re: [Mono-dev] Graphics.MeasureCharacterRanges cannot handle newline characters.

2008-11-04 Thread Stefanos A.
On Tue, 2008-11-04 at 19:13 -0500, Sebastien Pouliot wrote: On Wed, 2008-11-05 at 01:36 +0200, Stefanos A. wrote: Already reported as #324960 for libgdiplus: https://bugzilla.novell.com/show_bug.cgi?id=MONO82291 We were planning to use MeasureCharacterRanges for accurate text layout in