DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2866
Version: 1.3-feature


It's probably much faster to post into the general.fltk mailing list than
the STR bug tracking system. But anyway, here we go:

Depending on the embedded X11/Microwindows, whatever, your system loads 6
full fonts for FLTK. Especially with unoptimized servers and full
international character set, this takes quite long. Try to tell your
interface to load characters only on demand. FLTK itself does next to
nothing when launched, so it really should not take more than a few
microseconds to launch.

There is no need to disable any of this stuff if you link statically and
tell you linker to remove all dead code, preferably on a function level.
FLTK 1 was programmed with this in mind and tries really hard to avoid
linking to things you don;t use.

If you link dynamically, however, the entire library will be generated and
loaded, in case you run multiple FLTK app simultaneously.


Link: http://www.fltk.org/str.php?L2866
Version: 1.3-feature

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to