> 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
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
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 -
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,
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)
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
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:
>
>
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
___
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
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.
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
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,
12 matches
Mail list logo