To link in a compiled library
To link a compiled library to a program, add the library file to the program's build file.
- Double-click the build file of the program to which you want to link the library.
- Click Add (
).
- Browse for the library file that you want to add, then click Add.
- Look at the new file's type to make sure the Builder assigned it the type Library. If the Builder did not assign the Library type:
- Highlight the library file.
- Choose Project > Options for Selected Files... .
- On the General tab, set the Type: field to Library.
Related topic:
Copyright © 1999, Green Hills Software. All rights
reserved.