Re: Package C++ lib for use from ObjC
Re: Package C++ lib for use from ObjC
- Subject: Re: Package C++ lib for use from ObjC
- From: "Shawn Erickson" <email@hidden>
- Date: Thu, 18 Dec 2008 11:11:40 -0800
On Thu, Dec 18, 2008 at 10:27 AM, Benson Margulies
<email@hidden> wrote:
> I have a small heap of C++ source files that make up a library that I
> build on many platforms. I want to turn it into something callable
> from ObjectiveC.
It likely already is, you just need to link into your Objective-C
application, etc.
>Do I want to make a framework?
Maybe but you don't have to... is this library meant to be statically
linked, dynamically linked or possibly shared with our developers?
> How can I go about it?
...about what? Making it a framework?
> Do I have to work in the XCode GUI, or can I jazz up the makefile?
...either way. What do you have currently? Does it produce a static
library? etc.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden