realbasic-nug
[Top] [All Lists]

Re: External libraries and Mach-O RB apps

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: External libraries and Mach-O RB apps
From: Charles Yeomans <charles at declareSub dot com>
Date: Wed, 31 Aug 2005 17:25:51 -0400
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <20050809212137 dot 8DE67C68919 at lists dot realsoftware dot com> <p06002021bf3bcb535074 at [137 dot 187 dot 210 dot 206]>

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>

<Prev in Thread] Current Thread [Next in Thread>