Re: [Mono-dev] Minimal required set to Redistribute Mono

2011-03-22 Thread Miguel de Icaza
> I' am trying to understand what are the minimal required runtime libraries > needed if I need to redistribute Mono with my application. We had the > impression initially that we would have installation of Mono Framework as a > pre-requisit on end computers (mostly Mac). Now it has been decided to

[Mono-dev] Minimal required set to Redistribute Mono

2011-03-22 Thread vinay_rk
Hi, I' am trying to understand what are the minimal required runtime libraries needed if I need to redistribute Mono with my application. We had the impression initially that we would have installation of Mono Framework as a pre-requisit on end computers (mostly Mac). Now it has been decided to go

Re: [Mono-dev] Embedding Mono

2011-03-22 Thread vinay_rk
Thanks Tom... !! That looked like the issue.. !! I didn't worry about that earlier coz the domain seemed to get created just fine with such a string... Regards -Vinay -- View this message in context: http://mono.1490590.n4.nabble.com/Embedding-Mono-tp3345310p3398536.html Sent from the Mono -

[Mono-dev] Difference in floating point arithmetic between Mono and .NET

2011-03-22 Thread RandolphOfR
Hello: There seems to be an odd difference between how .NET and Mono treat the following scenario (don't ask why I care about it--it's for an interface to an existing Math package that gives meaning to special NaN values): var d = BitConverter.ToDouble(new byte[] { 162, 7, 0, 0, 0, 0,

[Mono-dev] Process.Start and Paths with single quote

2011-03-22 Thread Tom Philpot
It seems that a Process Start()'d from a ProcessInfo with a WorkingDirectory that contains one single quote (') causes problems for Mono. using System; using System.IO; using System.Diagnostics; namespace SingleQuoteFolderProcessTest { class MainClass { public static void Main (string[] args)

Re: [Mono-dev] GSoC 2011 - Interest

2011-03-22 Thread Abdul Rauf
Hi, thanks for your reply. Please find my response below: On 21 March 2011 20:19, Michael Hutchinson wrote: > On Thu, Mar 17, 2011 at 12:35 PM, Abdul Rauf wrote: > > Dear Team Mono, > > > > I am very excited to contribute in open source community through the > > platform of Google Summer of Cod

Re: [Mono-dev] Embedding Mono

2011-03-22 Thread Tom Spink
On 18 March 2011 10:48, vinay_rk wrote: > Hi, > > After several tests with Mono Embedding on Mac OSX on returning to Windows, > I see that the first issue that I started this thread with is still the same > on windows (Things seem to be fine on Mac). The code I have on windows is as > follows: > >

Re: [Mono-dev] WCF Web API

2011-03-22 Thread Robert Jordan
On 22.03.2011 16:48, Joe Dluzen wrote: > Hi all, > > Anyone able to run the new WCF Web API on Mono? Will the license allow it to > be included in the core when it's ready? The current license does not even allow to execute the code on operating systems != Windows. Robert ___

[Mono-dev] WCF Web API

2011-03-22 Thread Joe Dluzen
Hi all, Anyone able to run the new WCF Web API on Mono? Will the license allow it to be included in the core when it's ready? Thanks, Joe ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-dev

Re: [Mono-dev] Issue Building on Windows

2011-03-22 Thread Zoltan Varga
Hi, I think this is some kind of cygwin/mingw/gcc bug. If you run: mono hello.exe; echo X The X gets printed before the Hello, World, which means the 'mono' executable doesn't wait for the real .libs/mono.exe executable to finish before exiting. .libs/mono.exe hello.exe; echo X works fine.

[Mono-dev] Soft-debugger add-in problems

2011-03-22 Thread revanthedarth
Hello Michael Hutchinson. I've been trying to implement a soft debugger for embedded mono. I googled it several times and only found your answers (on different websites). Your posts always said the same thing: Develop a debugger add-in to MonoDevelop. I've been trying to implement that but Moon

Re: [Mono-dev] linux Serial Port

2011-03-22 Thread Quandary
If it's really a Permission denied exception, then it looks to me like you might need root rights. Thats a standard requirement on raw ports anyway. Am 13.03.2011 23:31, schrieb Mrhyde88: > Hi guys > > im just starting with Mono on linux, and im having problems getting the > serial port to work,