Re: [Mono-dev] One more library for creating ncurses-like apps

2014-09-14 Thread elwood
I think it can be LGPL or/and MIT licence. What license are you prefer for projects like this ? On Sun, Sep 14, 2014 at 4:42 AM, Miguel de Icaza mig...@xamarin.com wrote: What is the license of this? On Sat, Sep 13, 2014 at 6:01 AM, elwood elwood...@gmail.com wrote: Hi! I'm developing my

Re: [Mono-list] mono_runtime_invoke crash

2014-09-14 Thread Robert Jordan
On 13.09.2014 22:30, tbrooks wrote: I've broken everything down to an extremely simple test, this crashes for me about every other run with an access violation 0x0C (so a null pointer somewhere in mono_runtime_invoke). It seems related to Console.WriteLine; if it is removed the crashing

Re: [Mono-list] mono_runtime_invoke crash

2014-09-14 Thread tbrooks
Robert Jordan wrote You did not show us how you're initializing the runtime. Much of this code was wrapped in a facade mechanism, here is the initialization code (directories are the build path + \\lib and \\etc) mono_config_parse( NULL ); // Use the standard configuration... mono_set_dirs(

[Mono-list] How to prevent socket writing exception ?

2014-09-14 Thread Christophe Maréchal
Hi, I'm using SwitcKing on Rpi with Mono and everything is ok except with the iphone client. I encounter socket write exception at some times (when the iphone turns off while i am using sk) and that causes a crash of the server (see below) I have understood the problem (abort from the client