From: Tomas V. <tom...@gm...> - 2011-02-07 18:27:49
|
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 |