Re: OT: GUI Develpment for C++ program

2005-08-23 Thread David Purton
On Wed, Aug 24, 2005 at 12:01:38AM -0400, Jiann-Ming Su wrote: > On 8/23/05, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: > > The point is that > > GTK (under the LGPL) and wxWidgets (under a modified LGPL) provide more > > fexibility to the developer. > > > > "Flexibility" can't be defined by

Re: OT: GUI Develpment for C++ program

2005-08-23 Thread Jiann-Ming Su
On 8/23/05, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: > The point is that > GTK (under the LGPL) and wxWidgets (under a modified LGPL) provide more > fexibility to the developer. > "Flexibility" can't be defined by the licensing alone. The quality of the toolkit (libraries, documentation, t

Re: OT: GUI Develpment for C++ program

2005-08-23 Thread Michael Marsh
On 8/23/05, Wackojacko <[EMAIL PROTECTED]> wrote: > In the process of learning C++ and have written a program to solve Sudoku > grids, I know there are loads of them already :), and was just wondering > what would be the easiest/best way to write a GUI for it. "Easiest" and "best" are both very su

Re: OT: GUI Develpment for C++ program

2005-08-23 Thread Roberto C. Sanchez
On Tue, Aug 23, 2005 at 10:15:33PM +0100, Jon Dowland wrote: > On Tue, Aug 23, 2005 at 04:26:28PM -0400, Roberto C. Sanchez wrote: > > Unless you don't want to develop a GPL app. If that is the case, then > > you have to shell out the $$. Nothing against Qt, but there are > > plenty of other cros

Re: OT: GUI Develpment for C++ program

2005-08-23 Thread Jon Dowland
On Tue, Aug 23, 2005 at 04:26:28PM -0400, Roberto C. Sanchez wrote: > Unless you don't want to develop a GPL app. If that is the case, then > you have to shell out the $$. Nothing against Qt, but there are > plenty of other cross-platform toolkits out there, many of them free. GPL is free, accor

Re: OT: GUI Develpment for C++ program

2005-08-23 Thread Roberto C. Sanchez
On Tue, Aug 23, 2005 at 04:23:59PM -0400, Jiann-Ming Su wrote: > On 8/23/05, Wackojacko <[EMAIL PROTECTED]> wrote: > > In the process of learning C++ and have written a program to solve Sudoku > > grids, I know there are loads of them already :), and was just wondering > > what would be the easiest

Re: OT: GUI Develpment for C++ program

2005-08-23 Thread Jiann-Ming Su
On 8/23/05, Wackojacko <[EMAIL PROTECTED]> wrote: > In the process of learning C++ and have written a program to solve Sudoku > grids, I know there are loads of them already :), and was just wondering > what would be the easiest/best way to write a GUI for it. > If you are serious about C++, Qt i

Re: OT: GUI Develpment for C++ program

2005-08-23 Thread Roberto C. Sanchez
On Tue, Aug 23, 2005 at 07:58:19PM +0100, Wackojacko wrote: > In the process of learning C++ and have written a program to solve Sudoku > grids, I know there are loads of them already :), and was just wondering what > would be the easiest/best way to write a GUI for it. > > Google has just broug