Hi >> To my knowledge, it isn't that convenient; compilers to native code are >> entirely separate from Java (3rd-party), and so the decision to go native >> is >> usually done at deployment time, so the end user may or may not get a >> choice. > > And couldn't you have just done that with some of the C++ gui frameworks > out > there that run and compile on multiple platforms? > > All the speed and portability you'd ever want. No? > > It's like the best of Java mixed with all the speed of C/C++. Doesn't make > sense to me to keep staying with Java.
Maybe, however GUI programming in C++ is non-trivial and hardwork no matter what the library and your library has to support all the platforms you want. Java is better in terms of portability. Regards Paul Paul Grenyer email: [EMAIL PROTECTED] web: http://www.paulgrenyer.co.uk Aeryn: http://www.aeryn.co.uk Metal. Is there anything else? _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
