site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Oct 18, 2009, at 4:08 AM, rohan a wrote: 1. Using #include<Carbon/Carbon.h> -framework Carbon 2. Using #include<CoreServices/CoreServices.h> -framework CoreServices Both methods work fine. Which one should I be using ? —Jens _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Well, look at the specific header that defines the API for aliases — Aliases.h. It's in the CoreServices framework. Since CoreServices is lower-level than Carbon, it's better to link against it directly and avoid dragging in the rest of Carbon. This email sent to site_archiver@lists.apple.com