On Tue, Feb 24, 2009 at 9:57 PM, Jiří Zárevúcký
<zarevucky.j...@gmail.com> wrote:
>> qt4dotnet is a slightly modified Qt Jambi compiled using ikvm
>
> Problem 1: It's a Java code running in Java VM which is running on Mono.

I'm pretty sure that the IKVM compiler he is talking about produces
.NET-native code.  It works the same way as any other compiler
targeting CIL, only it does so using the Java language.  (I think it
translates compatible types like java.lang.String to System.String,
etc.)

You could always use monodis to inspect the compiled assembly and see
what it is.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to