import static library

2008-12-02 Thread BirdSong
Hi all,I have an external c++ static library and want to use it in my cocoa project. I just drag the .a file into my project but seems my code didn't find the methods in the library. I guess maybe I need to set some link path or so, but I don't know how to set and which parameter, does anyone

Re: import static library

2008-12-02 Thread Nick Zitzmann
On Dec 2, 2008, at 9:19 PM, BirdSong wrote: Hi all,I have an external c++ static library and want to use it in my cocoa project. I just drag the .a file into my project but seems my code didn't find the methods in the library. I guess maybe I need to set some link path or so, but I don't