On 19.12.2010, at 17:36, Sparkaround wrote: > It is a good idea. But does this break the license of fltk? What should I do > to fit the license? > Only need make the source code of MyFl_** availabe to public or the whole > application based on "MyFl_**". I hope the application can be linked to fltk > statically.
If you change FLTK itself, you must make the changes public. If you add your own widgets, even when they are "inside" the library, you do not need to publish anything. You can link statically, it's a specific addition to the library because that's what the original developers wanted to do for their commercial apps. - Matthias _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

