Re: [Mono-dev] Mono on FreeBSD

2008-04-23 Thread L Kamenov
On Sat, Apr 12, 2008 at 2:41 AM, Zoltan Varga [EMAIL PROTECTED] wrote: Hi, mono is not officially supported on BSDs as we have no BSD maintainer. You can try the mono packages in the FreeBSD ports collection, they might work better than the stock sources. I'm looking at a problem on

[Mono-dev] lock source

2008-04-23 Thread alcherenga alcherenga
hi, could anyone tell me wherein the c# lock statment is being elemented. I mean the source file. i couldn't find it in mscorlib/system.threading folder. thanks hrishikesh ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] lock source

2008-04-23 Thread Robert Jordan
alcherenga alcherenga wrote: hi, could anyone tell me wherein the c# lock statment is being elemented. I mean the source file. i couldn't find it in mscorlib/system.threading folder. The C# block: lock (foo) { ... } is just syntactic sugar for this:

[Mono-dev] Mono on Nokia 770

2008-04-23 Thread Rembrandt
Hi! I've tried to run my C# aplications (using Mono 1.2.5) on Nokia 770. So, I have two questions: a) It's possible use .Net Remoting (in Mono) on this device? I wrote some test application on desktop machine, and everything was ok, but when i try to ran this on Nokia my application recived

Re: [Mono-dev] Embedding Mono + SWIG string return values leads to bad free

2008-04-23 Thread Robert Jordan
Hi, Ewen Cheslack-Postava wrote: This seems to work well on Linux and Mac OS X, but on Windows it causes an exception when the GC tries to free that same memory. I've verified that I do in fact get a new copy of the string out at a different address from the original. It looks like maybe

[Mono-dev] Win64 Stack Arguments Patch

2008-04-23 Thread Jonathan Chambers
Hello, This patch attempts to fix arguments passed on the stack for Winx64. Please let me know if the approach is acceptable, or if there is a better way. The next roadblack has to do with arrays. I am getting a type load exception when initializing the System.String class because it tries

Re: [Mono-dev] [PATCH] Add mixed-mode assembly support on Windows (now build with cygwin as well)

2008-04-23 Thread Kornél Pál
From: Robert Jordan I think the following code is from another patch set (the cmd line encoding issue you sent a patch for). Is it complete? Index: mono/mono/mini/main.c Yes, it is. I included it in this patch to be consistent with _CorExeMain implementation. Also note that command line

Re: [Mono-dev] Mono on Nokia 770

2008-04-23 Thread Zoltan Varga
Hi, mono is currently not very usable on ARM: https://bugzilla.novell.com/show_bug.cgi?id=378735 Zoltan On Wed, Apr 23, 2008 at 1:32 PM, Rembrandt [EMAIL PROTECTED] wrote: Hi! I've tried to run my C# aplications (using Mono 1.2.5) on Nokia 770. So, I have two questions: a)

Re: [Mono-dev] Win64 Stack Arguments Patch

2008-04-23 Thread Jonathan Chambers
Sorry, forgot to attach patch. Thanks, Jonathan On Wed, Apr 23, 2008 at 8:15 AM, Jonathan Chambers [EMAIL PROTECTED] wrote: Hello, This patch attempts to fix arguments passed on the stack for Winx64. Please let me know if the approach is acceptable, or if there is a better way. The

Re: [Mono-dev] lock source

2008-04-23 Thread alcherenga alcherenga
Hi Robert, I know that lock eventually translates to monitor.enter and monitor.exit. i did saw the file you have mentioned , what really i am looking for wherein , i mean in which the syntatic sugar get's converted to monitor .enter . i mean where is the keyword defined . thanks alcherenga

Re: [Mono-dev] Mono on Nokia 770

2008-04-23 Thread ReveIntech
Hello I've tried to run my C# aplications (using Mono 1.2.5) on Nokia 770. that version its very old :S... try a new one It's possible use .Net Remoting (in Mono) on this device? That i dont know... may be in a new version its ok... in my project i have refused to use remoting because its a

Re: [Mono-dev] lock source

2008-04-23 Thread Robert Jordan
Hi, you may want to look at mcs' sources then. Robert alcherenga alcherenga wrote: Hi Robert, I know that lock eventually translates to monitor.enter and monitor.exit. i did saw the file you have mentioned , what really i am looking for wherein , i mean in which the syntatic sugar get's

[Mono-dev] 1.9.1 VMware and LiveCD

2008-04-23 Thread Wade Berrier
Hi, The livecd and vmware images for 1.9.1 have been posted and are available from our download page: http://www.mono-project.com/Downloads Thanks to Thomas and Marek who got mouse and video integration working, as well as drag and drop. Enjoy! Wade

Re: [Mono-dev] lock source

2008-04-23 Thread Rafael Teixeira
Specifically, look at the .jay file to see the production grammar rule, and find to what AST classes it relay the job, to see what their emit part generate. :) On Wed, Apr 23, 2008 at 12:24 PM, Robert Jordan [EMAIL PROTECTED] wrote: Hi, you may want to look at mcs' sources then. Robert

[Mono-dev] WebConfigurationHost documentation and bug #325128

2008-04-23 Thread James Fitzsimons
Hi all, I've been looking at a fix for bug #325128 which stops any ASP.NETapplication that uses custom configuration section handlers from working. This is pretty vital to us as we are planning on using Spring.NET on mono for our upcoming website launch and Spring.NET makes reasonably heavy use

Re: [Mono-dev] Embedding Mono + SWIG string return values leads to bad free

2008-04-23 Thread Ewen Cheslack-Postava
That's what's odd, I'm not even freeing the memory. Mono's GC is. The call path goes something like: My C code - mono_runtime_invoke - C# methods - SWIG C# class - PInvoke call returning char* - C call to C# delegate - C# returns a string The returned string is passed back to the SWIG C# class

[Mono-dev] What about Other LInuxes version for 1.9.1

2008-04-23 Thread Daniel Espinosa
In 1,9.1 there's no a Other Linuxes to download, does any one know why? -- Trabajar, la mejor arma para tu superación de grano en grano, se hace la arena (R) (entrámite, pero para los cuates: LIBRE) ___ Mono-devel-list mailing list

Re: [Mono-dev] What about Other LInuxes version for 1.9.1

2008-04-23 Thread Mirco Bauer
On Wed, 2008-04-23 at 16:56 -0500, Daniel Espinosa wrote: In 1,9.1 there's no a Other Linuxes to download, does any one know why? I am planning to upload a backport of Mono 1.9.1 and MonoDevelop 1.0 for debian/stable (etch) tomorrow to debian.meebey.net -- Regards, Mirco 'meebey' Bauer

[Mono-dev] socket read timeout

2008-04-23 Thread Jacob Gladish
I ran across a case where mono 1.9 deviates from the MS apis. The following code demonstates that the ReadTimeout propery on a NetworkStream is 0 where the MS .NET apis return -1. using System; using System.Net.Sockets; public class NSTest { public static void Main (String[] args) {