From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C31UD-0006e6-SO for qemu-devel@nongnu.org; Thu, 02 Sep 2004 19:59:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C31UB-0006db-Cp for qemu-devel@nongnu.org; Thu, 02 Sep 2004 19:59:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C31UB-0006dY-9p for qemu-devel@nongnu.org; Thu, 02 Sep 2004 19:59:23 -0400 Received: from [200.83.1.24] (helo=mx01.vtr.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C31Oz-0003zE-9J for qemu-devel@nongnu.org; Thu, 02 Sep 2004 19:54:01 -0400 Received: from hudson.vtr.net (200.83.1.22) by mx01.vtr.net (7.0.027) id 41331161001CB45A for qemu-devel@nongnu.org; Thu, 2 Sep 2004 19:53:59 -0400 Received: from fw.aplik (200.104.152.103) by hudson.vtr.net (7.0.027) (authenticated as aplik@vtr.net) id 41213505005EB571 for qemu-devel@nongnu.org; Thu, 2 Sep 2004 19:53:59 -0400 Received: from pcdaniel.aplik (daniel@pcdaniel.aplik [192.168.0.4]) by fw.aplik (8.11.6/8.11.6) with SMTP id i830ng823442 for ; Thu, 2 Sep 2004 20:49:43 -0400 Date: Thu, 2 Sep 2004 19:53:57 -0400 From: Daniel Serpell Subject: Re: [Qemu-devel] Qemu development schedule? Message-ID: <20040902235357.GA1789@aplik.cl> References: <000501c48eda$a026ab40$20649c3f@computername> <200408310107.07350.hetz@witch.dyndns.org> <002101c48ee5$46b2e280$20389c3f@computername> <1093908872.26682.76.camel@aragorn> <1C8FBBB0-FB2F-11D8-8B6F-000A95D874F4@mac.com> <1093973009.29476.16.camel@sherbert> <4134DF1A.4010407@bellard.org> <20040901215857.GA21314@jbrown.mylinuxbox.org> <20040902092645.A15294@bbland> <20040902205633.GB21292@jbrown.mylinuxbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040902205633.GB21292@jbrown.mylinuxbox.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi! El Thu, Sep 02, 2004 at 04:56:33PM -0400, Jim C. Brown escribio: > > The idea is, use XLib when qemu is compiled under a *nix, use Win32 for > Windows, the OSX Gui (Aqua?) for Mac OS X, etc. I don't see what the > problem here is. > The problem when using XLib directly is localization, it's hard to port your app to other languages. Using Gtk (or other good recent libs), the localization problem is already solved. Daniel