Re: generate stub library
Re: generate stub library
- Subject: Re: generate stub library
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 5 Mar 2005 19:28:24 -0700
On Mar 5, 2005, at 4:12 PM, walterw wrote:
Is there a way to generate a stub library (for use with a CFM app)
that can be integrated into xcode's build process?
No; gcc can't generate output that will work with CFM code.
I have a mach-o framework that is called from a cfm app. The
interface is under development so its constantly changing. Using MPW
shell is a painful, manual step that I'd like to eliminate. I'd also
like to eliminate loading classic if possible.
You could load that framework using CoreFoundation's CFBundle API in
the CFM app. You can find sample code for making Mach-O calls from CFM
on the ADC Web site.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
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