[Mono-list] gdiplus source releases

2013-09-04 Thread Ian Norton
Hiya, I notice libgdiplus has been getting updates but don't see a new tarball or git tag. What version/changelist should we be using with stable mono 3.2? Regards Ian ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailma

Re: [Mono-list] Mono Embedded on iOS - AOT

2013-09-04 Thread Aaron Oneal
Why not use Xamarin.iOS? http://docs.xamarin.com/guides/ios/advanced_topics/native_interop Otherwise, the process is rather complicated. You can configure Mono to build a cross compiler where the host is OSX and the target is ARM. Then you have to disable features like JIT and you potentially h

[Mono-list] Mono Embedded on iOS - AOT

2013-09-04 Thread Mr.Alex.Dr
Hi, I know that it might be a silly question, but I spend around Google a few days but still fill some misunderstandings... Assuming the situation where I'd like to run my native code (c++) with embedded mono for scripts on iOS. We all know that I have to precompile my assemblies with AOT. That's

Re: [Mono-list] Mono Embedded on iOS - AOT

2013-09-04 Thread Alexander Dobrovolsky
Thanks, but I'm not ready to switch the entire project into Mono, Xamarin.iOS allows me to link my native code, that's sweet, but that's not what I really need. I'd like to have mono as a scripting engine only so that one project using my code base can relay on Mono scripts while others not. That's

[Mono-list] WCF datacontract

2013-09-04 Thread mauzik
I have configured WCF via TCP. It works perfect under .NET, but under MONO appears following exception Dante.Tests.WcfTcp.AuthenticationProviderTests.AuthenticationShouldWorkWithViaWcfTcp : System.Runtime.Serialization.SerializationException : Type 'Dante.Contracts.Authentication.PinAuthenticatio

Re: [Mono-list] Embedded API: calling explicit operators

2013-09-04 Thread Robert Jordan
On 31.08.2013 23:16, jonat...@mugginsoft.com wrote: How is an explicit operator called using the embedded api? For example mscorlib contains a number of explicit operators for NSDecimal: http://msdn.microsoft.com/en-us/library/system.decimal.op_explicit.aspx Reflection returns the operators as