Hi all!

I have written a dynamic library which uses Foundation and defines an public 
interface in C. To test this I added a C-Shell-Tool target which includes the 
public header and uses both C APIs. Everything works fine. Since the future 
user of this library will have to write a wrapper in a different programming 
language, it makes sense to convert this library to a static library. I did 
that and stumbled upon the problem that my test app (C-Shell-Toll) now has to 
link against Foundation. I would like to avoid that since the library should 
encapsulate everything which is Objective-C. Is that even possible?

Regards,
Chris
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to