code in code::block |
Creating Static Libraries using c on linux Fedora. Posted: 01 Dec 2012 02:12 AM PST You have seen the library file ".lib" extension on Windows and a ".a" on LINUX/UNIX.If you are unknown about what are they and how to create them then you will get answer here. These are Static Library files, also known as archives, which are simply a collection of ordinary object files. It is a set of routines, external functions and variables which are resolved in a caller at compile-time and |
You are subscribed to email updates from Code in code::blocks To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
Post a Comment