Please use wxWidgets
From: Nomen Nescio (nobody_at_dizum.com)
Date: 10/06/04
- Next message: Victor Bazarov: "Re: Please use wxWidgets"
- Previous message: Ivan Vecerina: "Re: vector<FakeBool>"
- Next in thread: Victor Bazarov: "Re: Please use wxWidgets"
- Reply: Victor Bazarov: "Re: Please use wxWidgets"
- Reply: JKop: "Re: Please use wxWidgets"
- Reply: Nils O. Selåsdal: "Re: Please use wxWidgets"
- Reply:(deleted message) Mike Wahler: "Re: Please use wxWidgets"
- Reply:(deleted message) Steven T. Hatton: "OT:Re: Please use wxWidgets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 6 Oct 2004 17:40:02 +0200 (CEST)
PLEASE USE WXWIDGETS
Please use wxWidgets, the multiplatform C++ class library. It's free, open-source
and non-commercial. It's modelled after MFC but it produces code which can
be compiled (using conditional compilation) into native code executables with
the speed and UI look of the platform for which the compile is targeted. So
the Windows executable looks (and is) a real Windows program, the Mac OS X
executable looks (and is) a native Mac OS X program and the Linux executable
is and looks like a real Linux/GTK+ application. It has been in development
by a band of open-source programmers led by Julian Smart for over a decade
(12 years to be exact)!
So code in wxWidgets and your program will run on both Windows, Mac OS X and
Linux, natively. Three for the price of one! And it's much easier to use than
MFC. Dialogs and Windows are easy to design using the DialogBlocks WYSIWYG
UI creator (not free and commercial, but low cost). So prepare your software
to be independent of platform and be prepared for the future.
See http://www.wxwidgets.org for more information.
- Next message: Victor Bazarov: "Re: Please use wxWidgets"
- Previous message: Ivan Vecerina: "Re: vector<FakeBool>"
- Next in thread: Victor Bazarov: "Re: Please use wxWidgets"
- Reply: Victor Bazarov: "Re: Please use wxWidgets"
- Reply: JKop: "Re: Please use wxWidgets"
- Reply: Nils O. Selåsdal: "Re: Please use wxWidgets"
- Reply:(deleted message) Mike Wahler: "Re: Please use wxWidgets"
- Reply:(deleted message) Steven T. Hatton: "OT:Re: Please use wxWidgets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|