From: Sascha H. <sa...@xm...> - 2011-02-07 18:51:06
|
I see, I misunderstood you the first time. Doing a java-based QT API that then maps to the actual API should probably be a bit easier, but it would still require a significant amount of work. Wolfgang and Arno are currently doing this work for the C-backend, so they can actually give you even more advise about how much work would be involved. // Sascha On Mon, Feb 7, 2011 at 7:26 PM, Tomas Vestelind <tom...@gm...>wrote: > Hi Sascha, > > Thank you for your response. > > When I did some tests applications with XMLVM I used the Cocoa Touch stubs > directly without doing Android-to-iPhone conversion. When I added some > wrappers that didn't exist it was quite straightforward. I looked at other, > similar classes and convertion between Java classes like String and > ArrayList to Cocoa classes was all ready implemented by you guys. > > So I imagine that something similar could be done for Qt but as there > aren't anything that I could look at I would probably try to create the > stubs, cross compile them to C and then basically call the proper method in > the wrapper. > > Do you think this approach could work? Maybe someone here knows if I would > have to do something specific for Qt? > > Best regards, > Tomas Vestelind > > > > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |