From owner-freebsd-questions@FreeBSD.ORG Tue Feb 7 02:12:29 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 113C01065678 for ; Tue, 7 Feb 2012 02:12:29 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 908D58FC14 for ; Tue, 7 Feb 2012 02:12:28 +0000 (UTC) Received: by lagz14 with SMTP id z14so4932197lag.13 for ; Mon, 06 Feb 2012 18:12:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.144.133 with SMTP id sm5mr11145508lab.38.1328578878688; Mon, 06 Feb 2012 17:41:18 -0800 (PST) Received: by 10.112.75.195 with HTTP; Mon, 6 Feb 2012 17:41:18 -0800 (PST) X-Originating-IP: [93.221.170.83] In-Reply-To: <3411412722-917504491@intranet.com.mx> References: <3411412722-917504491@intranet.com.mx> Date: Tue, 7 Feb 2012 02:41:18 +0100 Message-ID: From: "C. P. Ghost" To: Jorge Biquez Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions Subject: Re: Software Development using Freebsd. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2012 02:12:29 -0000 On Mon, Feb 6, 2012 at 11:37 PM, Jorge Biquez wrote: > Now we will try to have a graphical mode in Freebsd. With that we would like > to be able to develop graphical applications for Windows (we all know that's > the market and here some companies is what they are looking), so maybe sound > crazy but I am looking to develop applications for Windows without using > WIndows or Microsofot products at least. Go for Qt. It is a great cross-platform C++ GUI framework, with plugins to SQL databases, networking and everything you would typically need. There's even PyQt, if you want Python bindings. Check out the examples in the Qt distribution too to get an idea: http://developer.qt.nokia.com/doc/qt-4.8/all-examples.html -- Cordula's Web. http://www.cordula.ws/