On 8/4/06, allcoolfree <[EMAIL PROTECTED]> wrote: > I decided to learn some GUI programming.I use Dev-C++ 4.9.9.2. Today I > installed QT. But I wasn't able the programs to run. > I tried to example programs on Dev-C++ and got errors (usually header > errors) I must have done something wrong. If somebody know how I must > do, maybe it helps me.
Let's not play 20 questions here... provide as much detail as you can -- error messages, what you've installed, have you followed any instructions from the Qt site, etc. As an alternative, FLTK is an excellent way to learn GUI programming also, it's a bit simpler to use than Qt or GTK, and has a nice interface designer, AND builds easily under Dev C++ or Visual C++ Express (they provide project files). -- Brett McCoy: Programmer by Day, Guitarist by Night http://www.alhazred.com http://www.cassandrasyndrome.com http://www.revelmoon.com To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
