RE: Accessing static library built into framework
RE: Accessing static library built into framework
- Subject: RE: Accessing static library built into framework
- From: Jeff Laing <email@hidden>
- Date: Fri, 22 Oct 2004 10:02:59 +1000
> > I would think you could just declare the entry points in
> the static lib in your frameworks .exp file.
>
> My framework doesn't have one. None of the frameworks on my system
> seem to have one. I have never heard of this file, but I see some of
> the UNIXy projects I have, like apr, have them.
Just to clarify some confusion. You won't see these files in any of your
system frameworks because its a SOURCE file, not part of the final compiled
product.
You don't normally publish it because your .h files are what tell the OTHER
GUYS compiler what entry points are supposed to be available in your
framework.
What I'm calling the .exp file tells YOUR linker what to make visible in the
final product.
In essence its the equivalent to Microsoft's __declspec(dllexport), if that
makes any sense, except that its outside the original source file.
_______________________________________________
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