Important: The information in this document is obsolete and should not be used for new development.
When linking with system frameworks (located in /System/Library/Frameworks),
include only the umbrella header files in your source files and
link only with the appropriate umbrella framework for your application.
For example, in a Carbon application that uses the Address Book
framework, you would include the following line in the header files
of modules that access the Address Book programming interface:
#include <Carbon/Carbon.h> |
You would also add AddressBook.framework to
the list of files in the Frameworks & Libraries build phase.
Last updated: 2006-11-07