From owner-freebsd-questions@FreeBSD.ORG Tue Feb 7 16:35:01 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 C3E93106566B for ; Tue, 7 Feb 2012 16:35:01 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 511D48FC14 for ; Tue, 7 Feb 2012 16:35:00 +0000 (UTC) Received: by werm13 with SMTP id m13so8233143wer.13 for ; Tue, 07 Feb 2012 08:35:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VYapa4wVWz/JoukTVHW1K4BpE1N3aQif3HxXcmaUFC8=; b=FxVPaSEXEd0SYjko7DSMbKIrS+cdqevzehl5Sk2qz+WrD2gSVZARNpXay/Foa00MYG 11Zx5wqLTnjdAEMgt99UMgtBzquBjtWiY3xbKaYlo5GHjDxqffKFNMiOZJoU8s2tmpRL sZU3RDqnhNz1DMOPvYBqt0Yd0k3lrWCzaAVG0= MIME-Version: 1.0 Received: by 10.180.94.68 with SMTP id da4mr35085740wib.22.1328632500190; Tue, 07 Feb 2012 08:35:00 -0800 (PST) Received: by 10.216.235.139 with HTTP; Tue, 7 Feb 2012 08:34:59 -0800 (PST) Received: by 10.216.235.139 with HTTP; Tue, 7 Feb 2012 08:34:59 -0800 (PST) In-Reply-To: References: <3411412722-917504491@intranet.com.mx> Date: Tue, 7 Feb 2012 08:34:59 -0800 Message-ID: From: Waitman Gobble To: "C. P. Ghost" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jorge Biquez , 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 16:35:01 -0000 On Feb 6, 2012 6:13 PM, "C. P. Ghost" wrote: > > 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/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " freebsd-questions-unsubscribe@freebsd.org" I agree Qt is a great solution however you are probably going to want to ship static binaries to windows clients (only), especially to non-techical end users... otherwise it gets kind of insane, much more challenging than distributing java based apps IMHO. But the IDE is fantastic plus you get a nice integration with webkit. if I remember (been awhile) the license terms are a little different for static, would have to re-read carefully. Waitman Gobble San Jose California USA