Prepare the Static Library for Use
| Overview | How Do I | Details |
To prepare the static library for use
Add your source code files to the library.
Prepare a header file for the programs using your static library to include.
Build the static library.
Test the code in your static library by linking it to a program that calls the functions in the library.