> Yes, I recall now. I read about it in regards to Linux. But my current > requirements entail using a commercial-friendly open-source/free > option/license. I don't think gettext license fits my licensing > requirements.
Why not? The libintl bits are LGPL so that's really not a problem at all. Not much different from fltk, for example. The libgettextpo parts are GPL so that might be a bit of a nuisance, but so long as you use the DLL unmodified, rather than linking it static into your application, you still have basically no problem. Note that it's currently licensed as GPL2 (not GPL3) anyway, if that was part of your concern. Any other option is going to be much more work - there are MS API's for this, and they work pretty well, but the result is very platform specific, and I don't know if anyone here uses them so you will be heading out on your own a bit... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

