If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Originally posted by davecom: How do I work with a Unix C library I built on the command line in Project Builder for my Cocoa App? I want to bundle it in my application.
Thanks,
David
I haven't done this with normal C libraries, but Cocoa Dev Central has a tutorial on how to do this with frameworks. I'd assume the process is pretty similar, so you might want to take a look there.
Chuck ___ "Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
I've read that and I'm fairly certain that it's not the same process, because the C library isn't all nicely wrapped up in a '.framework' package. Thanks for the suggestion though.