Re: [mono-android] Unsafe code support

2012-08-28 Thread Jonathan Pryor
On Aug 28, 2012, at 4:29 AM, Александр wrote: > Tell me please jne more thing. Does Mono support DataContractJsonSerializer > and [DataContract]? We do provide implementations, but it's not unheard of to find bugs [0]... - Jon [0] e.g. https://bugzilla.xamarin.com/show_bug.cgi?id=6721 __

Re: [mono-android] Unsafe code support

2012-08-28 Thread Александр
Tell me please jne more thing. Does Mono support DataContractJsonSerializer and [DataContract]? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unsafe-code-support-tp5711421p5711586.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] Unsafe code support

2012-08-27 Thread Maximilian Wilson
On Mon, Aug 27, 2012 at 9:29 PM, Александр wrote: > Can you say, how must i convert 2550136836 to int? > Use a long (int64) instead of an int (int32), if you can. -Max -- Hahahah!!! That is ME laughing at YOU, cruel world. -Jordan Rixon I could not love thee, dear, so much, Loved I

Re: [mono-android] Unsafe code support

2012-08-27 Thread Konaju Games (Dev)
You can't, because it falls outside the range of a 32-bit signed integer (–2,147,483,648 to 2,147,483,647). On 28 August 2012 14:29, Александр wrote: > Can you say, how must i convert 2550136836 to int? > > ___ Monodroid mailing list Monodroid@lists.xi

Re: [mono-android] Unsafe code support

2012-08-27 Thread Александр
Can you say, how must i convert 2550136836 to int? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unsafe-code-support-tp5711421p5711577.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodr

Re: [mono-android] Unsafe code support

2012-08-24 Thread Jonathan Pryor
On Aug 24, 2012, at 3:51 AM, Miljenko Cvjetko wrote: > If we look into > https://github.com/mono/mono/blob/master/mcs/class/System/System.Net.Sockets/Socket.cs Wrong branch; Mono for Android is based on Mono 2.10, not master: https://github.com/mono/mono/blob/mono-2-10/mcs/class/System/

Re: [mono-android] Unsafe code support

2012-08-24 Thread Miljenko Cvjetko
Hi If we look into https://github.com/mono/mono/blob/master/mcs/class/System/System.Net.Sockets/Socket.cs method: public int IOControl (IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue) is on line 1448 not 1446. So it means Socket.cs is a little bit changed by X

Re: [mono-android] Unsafe code support

2012-08-23 Thread Александр
When i use the Net.Socket.IOControl(IOControlCode.KeepAliveValues, tcpKeepAlive.ToArray(), null) , i'm getting an exception. Like this: http://mono-for-android.1047100.n5.nabble.com/file/n5711520/Error.png -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unsafe-c

Re: [mono-android] Unsafe code support

2012-08-23 Thread Sayed Arian Kooshesh
akaik there isn't anything in .net that doesn't work in monoandroid. That was the point of mono-android. Java is a piece of crap language. I say that with the authority of someone who has been considered the best programmer in the states. It's a CRAP language from people who couldn't understand po

Re: [mono-android] Unsafe code support

2012-08-23 Thread Jonathan Pryor
On Aug 21, 2012, at 1:27 AM, Александр wrote: > And how about Threads? Yes: http://androidapi.xamarin.com/?link=N%3aSystem.Threading If you want to see if something is supported, check the above API documentation site. - Jon ___ Monodroid

Re: [mono-android] Unsafe code support

2012-08-23 Thread Miljenko Cvjetko
Hi On 2012.08.23 10:24, Александр wrote: Thanks. And one more question. Does mono support an IOControl, IOControlCode.KeepAliveValues? As Jon pointed out: MA: http://androidapi.xamarin.com/?link=T%3aSystem.Net.Sockets.IOControlCode MT: http://iosapi.xamarin.com/?link=T%3aSystem.Net.Sockets.IO

Re: [mono-android] Unsafe code support

2012-08-23 Thread Александр
Thanks. And one more question. Does mono support an IOControl, IOControlCode.KeepAliveValues? I have problem with using them. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unsafe-code-support-tp5711421p5711465.html Sent from the Mono for Android mailing list ar

Re: [mono-android] Unsafe code support

2012-08-21 Thread Jonathan Pryor
On Aug 21, 2012, at 1:27 AM, Александр wrote: > And how about Threads? Yes: http://androidapi.xamarin.com/?link=N%3aSystem.Threading If you want to see if something is supported, check the above API documentation site. - Jon ___ Monodroid m

Re: [mono-android] Unsafe code support

2012-08-20 Thread Александр
And how about Threads? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unsafe-code-support-tp5711421p5711424.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@li

Re: [mono-android] Unsafe code support

2012-08-20 Thread Jonathan Pryor
On Aug 20, 2012, at 9:58 PM, Александр wrote: > Does Mono for Android support an unsafe code? Yes. - Jon ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid