View Single Post
Join Date: Jan 2008
Posts: 7
Reputation: eager is an unknown quantity at this point 
Solved Threads: 2
eager eager is offline Offline
Newbie Poster

Re: Windows API - Use QT Now?

 
0
  #6
Apr 14th, 2008
To echo vmanes, I recommend wxWidgets. It is simpler and easier to use than the WinAPI, and it is portable to other platforms. QT is nice, but there are license fees for use on Window. Also, take a look at GTK+, which is free and supported on Windows, Linux, and Mac.

The WinAPI is old and very low-level. All of the other toolkits are much higher level, more user friendly, more robust, etc.
Reply With Quote