On 11 Apr 2009, at 8:01, sungsoo wrote: > I want to use fltk 2.0 since I have an example code which is made > based on the fltk 2.0. When I download the fltk 2.0 and open the > compressed file, I couldn't find any library file in there. How can > I get library file of fltk 2.0 such as fltk2.lib and so on.
We do not distribute any binary formats, only source code, so you need to build the libraries yourself, using whatever compiler toolchain you prefer. There are README files in the top level of the distribution describing the options - for a Windows platform there is support for various MS toolchains (VisualStudio, VCNET etc), and also for a variety of non-MS toolchains (cygwin, mimgw, borland, IIRC.) The MS stuff is accessed through the project templates in the ide folder - again, there are README files for most of the options, and there are additional README files for the other non-MS Windows host options. If you study the README files in the distribution, hopefully you will find one that matches the tools you have available and all will be well. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

