From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbHIv-0006Ce-IJ for qemu-devel@nongnu.org; Thu, 26 May 2005 08:17:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DbHIu-0006CC-Tm for qemu-devel@nongnu.org; Thu, 26 May 2005 08:17:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbHEb-0004tF-Kn for qemu-devel@nongnu.org; Thu, 26 May 2005 08:13:11 -0400 Received: from [64.233.184.200] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbHD3-0003ey-LU for qemu-devel@nongnu.org; Thu, 26 May 2005 08:11:33 -0400 Received: by wproxy.gmail.com with SMTP id 71so1157715wra for ; Thu, 26 May 2005 05:10:53 -0700 (PDT) Message-ID: <46d6db660505260510767c2cf7@mail.gmail.com> Date: Thu, 26 May 2005 14:10:52 +0200 From: Christian MICHON Subject: Re: [Qemu-devel] [PATCH] Embed QEmu screen on a custom window In-Reply-To: <26b3ab7050526044214f0ff81@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <26b3ab7050526044214f0ff81@mail.gmail.com> Reply-To: Christian MICHON , 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 yes, but this is only for windows hosts, and you must install visual basic. wouldnt' it be better to add an extra sdl "console" (today we've main window, control, serial, parallel) where we could set parameters graphically ? or at least as a text form to read a cfg file ? this would pay more than to have 1 frontend for windows, 1 for linux, 1 for sparc, 1 for mac, etc... what's your opinion on this ? Christian On 5/26/05, Miguel Angel Fraile wrote: > Hi, >=20 > I'm the author of QGui, a windows frontend for QEmu available at > http://perso.wanadoo.es/comike. >