Re: Need advice about how to create a Cocoa Framework

2009-08-19 Thread Harry Jordan
Do you mean that you want to write an Objective-C wrapper to the C library, or just group the C functions into an easily accessible place? If your wrapping things in Objective-C, try not to change any of the C library (of course tidying, and bug fixing as you go's allowed). Write the

Need advice about how to create a Cocoa Framework

2009-08-18 Thread Gevik
Hi All, I have an old C library which I need to reuse in my Cocoa applications. The C library has some header files. (contact.h and exchange.h etc ...) There are also two lib files (exchanger.a and archiver.a). I would like to know what (and how) the recommended way is to bundle my C library