Apple Developer Connection
Member Login Log In | Not a Member? Contact ADC

< Previous PageNext Page > Hide TOC

Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Linking With System Frameworks

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.



< Previous PageNext Page > Hide TOC


Last updated: 2006-11-07




Did this document help you?
Yes: Tell us what works for you.

It’s good, but: Report typos, inaccuracies, and so forth.

It wasn’t helpful: Tell us what would have helped.
Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice