> I've re-downloaded fltk-1.3.x-r6741.tar.gz in order to get the > examples out but they're not in cpp or cxx format rather some > sort of literal programming format.
The example programs are in the "test" directory. The *.fl files are "fluid" input files. The build process should call "fluid -c" on these *.fl files to generate the relevant *.h and *.cxx files. Greg has a great cheat sheet and videos about fltk and fluid: http://seriss.com/people/erco/fltk/ http://seriss.com/people/erco/fltk-videos/ D. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

