Skip navigation.
 
mlRe: How do I include a library in my program
FROM : Robert Martin
DATE : Sun Oct 31 17:31:54 2004

All you need to do is search the archives. There is even a link to a QT
movie showing you how to do this step-by-step.


On Oct 31, 2004, at 11:19 AM, April Gendill wrote:

> Ok,
>     I think I might be asking the wrong questions.
>     I have built a dynamic library. It's designed to handle several
> things I find myself using over and over in applications. Anyway, I do
> not know how to include a library in my project. Or at least I think
> thats the problem. I thought it would pretty much be like including a
> framework but I was wrong. I put the library in the project folder and
> add it to the project. When I build the project though I am told that
> the file for -lcommons is not found. In the project info window or the
> target info window what do I need to add, if anything? Or do I need to
> add a copy files phase? I guess what I need to know is how to include
> a dynamic library in a program.
>
>
> April.
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>

Related mailsAuthorDate
mlHow do I include a library in my program April Gendill Oct 31, 17:19
mlRe: How do I include a library in my program Robert Martin Oct 31, 17:31
mlRe: How do I include a library in my program James B. Tuley Nov 4, 05:13