w****g 发帖数: 597 | 1 http://www.ibm.com/developerworks/linux/library/l-qemu-development/index.html?S_TACT=105AGX03&S_CMP=HP
Using QEMU for cross-platform development
Multi-platform development on one computer
Roderick W. Smith (r******[email protected]), Consultant and author
author photo-Rod Smith
Roderick W. Smith is a consultant and author of over a dozen books on UNIX
and Linux, including The Definitive Guide to Samba 3, Linux in a Windows
World, and Linux Professional Institute Certification Study Guide. He
curre | o**n 发帖数: 1249 | 2 我还是觉得对于小软件用qt挺好的,用在windows就一个qtcore.dll就够了,不像gtk的
好像好多dependence的lib。
run
【在 w****g 的大作中提到】 : http://www.ibm.com/developerworks/linux/library/l-qemu-development/index.html?S_TACT=105AGX03&S_CMP=HP : Using QEMU for cross-platform development : Multi-platform development on one computer : Roderick W. Smith (r******[email protected]), Consultant and author : author photo-Rod Smith : Roderick W. Smith is a consultant and author of over a dozen books on UNIX : and Linux, including The Definitive Guide to Samba 3, Linux in a Windows : World, and Linux Professional Institute Certification Study Guide. He : curre
| w****g 发帖数: 597 | 3 Qt is a cross-platform application and UI framework.
QEMU is a machine emulator that supports a wide range of CPUs, so you can
run PowerPC software on an x86 computer, x86-64 software on an SPARC
computer, or what have you. | o**n 发帖数: 1249 | 4 I know I'm off topic :) I'm just inspired by the cross-platform thing and
saying something else. For small, lightweight software, I really don't see
the value of using sth like java, .net etc. I personally try hard to avoid
java-based applicatoins...
【在 w****g 的大作中提到】 : Qt is a cross-platform application and UI framework. : QEMU is a machine emulator that supports a wide range of CPUs, so you can : run PowerPC software on an x86 computer, x86-64 software on an SPARC : computer, or what have you.
| l*******G 发帖数: 1191 | 5 downside:
have to run guest os as a whole
can we run windows app without windows guest os? can we virtualize a
single application instead of the entire guest os?
|
|