FROM : Nick Zitzmann
DATE : Wed Jun 25 22:47:44 2008
IANTM, but this really belongs on the Xcode list, not the Cocoa list.
On Jun 25, 2008, at 2:43 PM, dexter morgan wrote:
> is id3 the folder inside /usr/local/include?
Yes.
> How can I import these libreries into the project?
Just drag the library in from the Finder. Or choose "add existing
frameworks" in Xcode.
> (I would to copy
> these files into app package in order to allow app launch even if you
> have not installed id3lib in /usr/local.
If you're including static libraries, then this is a non-step. Static
libraries are linked into the final binary.
Nick Zitzmann
<http://www.chronosnet.com/>
DATE : Wed Jun 25 22:47:44 2008
IANTM, but this really belongs on the Xcode list, not the Cocoa list.
On Jun 25, 2008, at 2:43 PM, dexter morgan wrote:
> is id3 the folder inside /usr/local/include?
Yes.
> How can I import these libreries into the project?
Just drag the library in from the Finder. Or choose "add existing
frameworks" in Xcode.
> (I would to copy
> these files into app package in order to allow app launch even if you
> have not installed id3lib in /usr/local.
If you're including static libraries, then this is a non-step. Static
libraries are linked into the final binary.
Nick Zitzmann
<http://www.chronosnet.com/>
| Related mails | Author | Date |
|---|---|---|
| dexter morgan | Jun 25, 22:43 | |
| I. Savant | Jun 25, 22:45 | |
| Nick Zitzmann | Jun 25, 22:47 |






Cocoa mail archive

