> > Is 2.0 good enough and stable enough to use for new > hobbyist development? If you were looking to get into FLTK > for the first time for some non-commercial, small projects > would you use 1.3 or 2.0? > > > That I wanted to ask too. I currently use 1.1.7 for my app. > Whats new in 2.0? Is it backward compatible? (err, If not, > and 2.0 is the way to go, i could link statically anyway :).
The current stable release is 1.1.9 - so if your code is 1.1.7 based you should probably step up to 1.1.9, there are a few bug fixes and a bunch of improvements. 2.0 is the experimental tree - I used it for a bit, but found it too unstable so reverted to the 1.1.x series. The 2.0 series also has a changed (mainly improved) but *not* compatible API, so code written for 1.1.x will not compile directly in 2.x without some rework. The 1.3.x series (the current 1.x development branch) retains the 1.1.9 API, but is trying to move towards 2.x in terms of features and so forth. The intent with the 1.3 series is to retain the stability of the 1.1.x series, so you might OK using that. My personal choice is 1.1.9 for stuff that matters, 1.3 for toys and experiments, and the occasional foray into 2.x to see how things compare... SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

