Re: [Mono-list] I'd like to use Mono.CSharp.Evaluator.Run(...) from several platforms

2012-05-07 Thread AN
Thank you guys, Knocte is correct. The UI layer of the my app is different across all platform, scripting needs to be the same across all platforms. My issue is understand if I can use Mono.Csharp from a desktop .NET app and a Windows 8 c# Metro app. If not I might give up on scripting or find a

[Mono-list] class exporting(c++ - Mono)

2012-05-07 Thread NickGalko
Hi,i newbie in Mono, How export C++ class in Mono,for using to C#? In the past i used CLR sorry for my English -- View this message in context: http://mono.1490590.n4.nabble.com/class-exporting-c-Mono-tp4613834.html Sent from the Mono - General mailing list archive at Nabble.com.

[Mono-list] System.Drawing.Graphics.Transform has no effect in Mono under Linux

2012-05-07 Thread alex
I have a very simple code that draws an image on a bitmap, the image must be drawn in the lower right corner. I use TranslateTransform to move the image. This works fine when run under Windows, however, TranslateTransform has no effect when run in Mono under Linux. byte[] imageBytes =

Re: [Mono-list] class exporting(c++ - Mono)

2012-05-07 Thread Ian Norton
you could have a look at 'cxxi' else you have to resort to rpc or wrapping things in a c interface On Mon, May 07, 2012 at 02:16:22AM +0100, NickGalko wrote: Hi,i newbie in Mono, How export C++ class in Mono,for using to C#? In the past i used CLR sorry for my English -- View this

Re: [Mono-list] I'd like to use Mono.CSharp.Evaluator.Run(...) from several platforms

2012-05-07 Thread Andres G. Aragoneses
AN, yes you can use Mono.CSharp as a normal library in .NET. Here's an interesting blog about it, which confirms it: http://blog.davidebbo.com/2012/02/quick-fun-with-monos-csharp-compiler-as.html On 05/04/2012 11:18 PM, AN wrote: Thank you guys, Knocte is correct. The UI layer of the my app

Re: [Mono-list] I'd like to use Mono.CSharp.Evaluator.Run(...) from several platforms

2012-05-07 Thread Alan
It may not be possible to run it on iOS due to limitations of the operating system. You will be constrained by these limitations, some of which are imposed by Apple: http://docs.xamarin.com/ios/about/limitations Alan On 7 May 2012 23:59, Andres G. Aragoneses kno...@gmail.com wrote: AN, yes you