> I'm looking forward to have your ideas about a portable C++ GUI library, > which can be used to write a single code base for both Linux and Windows. > The ones I've seen that claim to do it are GTK+, Qt, and wxWindows. Have > any of you guys have experienced any of these? Any recommendations, or > points you'd like to warn me about?
In the tradition of people suggesting what they find best, and despite you asking for a C++ library, I'm going to be awkward and recommend Java. Go on, give it a try - it won't kill you. The app can be made to look native on any platform using the Look & Feel methods (LAF). Instead of fighting to try and find a portable library that sticks to what you know, branch out to a library that is DESIGNED to work on multiple platforms! Of course, if you need to communicate with external hardware then Java probably isn't up to snuff yet... but for UI stuff, it is just fine. -- Jason Teagle [EMAIL PROTECTED] _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
