Skip navigation.
 
mlHow do I include a library in my program
FROM : April Gendill
DATE : Sun Oct 31 17:19:31 2004

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.

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