> I've downloaded a fltk 1.1.7 and installed in my dev c++ from > package manger option. > But when I compile my program, it shows the error---- > c:\dev-cpp\lib\libfltk.a -no such file or directory > c:\dev-cpp\lib\libfltk-images.a > Build error > > +++++++++++++ > So, I checked from my old computer and found those files. > But current downloaded package don't have that files and how > can we find those lib* files if we don't have a backup one.
Don't use 1.1.7, it is too old and any bugs you find will probably already have been fixed in 1.1.8 or 1.1.9. If you find a problem, and post a request for help, the first thing you will be told to do is upgrade, so you might as well start out with the latest stable version. Get 1.1.9. Then follow these simple instructions to easily build your own copy of the lib files. Once you have built the libs, you can use them with dev-C++ or any other build environment that takes your fancy. http://www.fltk.org/articles.php?L598 SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

