[Mono-list] Trolltech Qt 4 for MONO

Chris Howie cdhowie at gmail.com
Tue Feb 24 22:44:43 EST 2009


On Tue, Feb 24, 2009 at 9:57 PM, Jiří Zárevúcký
<zarevucky.jiri at 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


More information about the Mono-list mailing list