From: Arno P. <ar...@pu...> - 2010-09-19 08:17:13
|
in principle, yes. We generate portable C code that should be compilable with any C compiler. You mentioned that you want to use AWT/Swing. I would imagine that AWT has a bunch of native methods for low-level drawing routines. You would need to implement those based on some GUI toolkit. Don't know how much work this would be, but certainly doable. Arno On 9/18/10 12:11 PM, Leo Izen wrote: > I might want to turn my Java into C, not just for the iPhone the way it > seems everyone out here wants. What would be a nice way to implement > AWT/Swing would be to use the QT Library, that way it is possible for > the C to be compileable under X (linux, Mac) and Windows. Would it be > possible to do this? Thanx! > > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |