From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzEKD-00070f-7w for qemu-devel@nongnu.org; Sat, 08 Jul 2006 11:02:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzEKB-00070C-4k for qemu-devel@nongnu.org; Sat, 08 Jul 2006 11:02:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzEKA-000709-Uu for qemu-devel@nongnu.org; Sat, 08 Jul 2006 11:02:26 -0400 Received: from [64.233.184.237] (helo=wr-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzEKp-0002fJ-NF for qemu-devel@nongnu.org; Sat, 08 Jul 2006 11:03:07 -0400 Received: by wr-out-0506.google.com with SMTP id i20so1467370wra for ; Sat, 08 Jul 2006 08:02:25 -0700 (PDT) Message-ID: <44AFC907.3080704@gmail.com> Date: Sat, 08 Jul 2006 11:02:31 -0400 From: Joe Lee MIME-Version: 1.0 Subject: Re: wxWidgets and C: was Re: [Qemu-devel] QEMU GUI References: <44AC2667.8030008@gentoo.org> <20060708.003444.-399284312.imp@bsdimp.com> <20060708143413.GA20596@jbrown.mylinuxbox.org> In-Reply-To: <20060708143413.GA20596@jbrown.mylinuxbox.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: joelee724@gmail.com, 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 Jim C. Brown wrote: > For the record, we can use wxWidgets in qemu even though we can not use C++ > in qemu (something that I would be strongly against). > > http://wxc.sourceforge.net/ > > Requiring this as a dependency would make it easier to deal with issues such as > C++ ABI compatibility by avoiding the direct use of C++. > > There's a QtC that I considered using for a Qt GUI for qemu. > > How about WX using Python - Is that an option? -joe