pawel wrote: > If, say, I was pretty much a newbie GUI programmer, am I better off with > 1.1.9 or 1.3? (It seems 2.0 can wait for me for a while.) I mean at this > point I'm looking for a *stable, easy to use platform more than anything else.
Start with 1.1.9, unless you need utf-8 character encoding. The transition from 1.1.x to 1.3.0 will be smooth, you can easily compile 1.1 code with FLTK 1.3 (the API is identical with a few exceptions). You can even have a look at the 1.3 docs - they are much better than the 1.1 docs, although there are some new things that are _not_ in 1.1 (if you want to see and learn, use 1.3 docs, but verify with 1.1 docs, if you're using 1.1). Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

