Linking a Dynamic Library into a XCode Project
Linking a Dynamic Library into a XCode Project
- Subject: Linking a Dynamic Library into a XCode Project
- From: "Frederick C. Lee" <email@hidden>
- Date: Sun, 10 Apr 2005 18:13:40 -0700
I have a dynamic library that I had ported to OS X via DarwinPorts:
[/opt/local/lib]ls libshp.*
libshp.1.2.10.dylib libshp.1.dylib@ libshp.dylib@
1) I which to link it into my XCode project. Is the following correct
(via build inspector)?
LIBRARY_SEARCH_PATHS = /opt/local/lib
2) How do I reference this library from within Obj-C parent code?
Do I merely have: #import <libheader.h> ?
3) How can I inspect the header(s) or APIs of such a dynamic library?
Regards,
Ric.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden