On Aug 31, 2005, at 5:06 PM, jda wrote:
I'm going to be porting a CodeWarrior shared library, which I use with
RB apps (PEF), to XCode. This will allow me to use the shared library
with RB Mach-O apps, and hopefully make the transition to MacTel
possible.
It seems, though, that there are a variety of Mach-O library types. My
question is, which of these can RB link to (and which would be better
for creating a library for RB)?
* dynamic libraries
* frameworks
* bundle files
* loadable bundle packages
* relocatable object files
* static archive libraries
I'd appreciate any info that someone here can give me.
Build it as a framework, and you can use soft declares. You can still
declare to the .dylib file inside for non-soft declares.
--------------
Charles Yeomans
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|