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
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
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
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
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
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