Re: Can XC link to CW Mach-O libs?
Re: Can XC link to CW Mach-O libs?
- Subject: Re: Can XC link to CW Mach-O libs?
- From: Bryan Pietrzak <email@hidden>
- Date: Mon, 5 Jan 2004 13:40:36 -0600
On Jan 2, 2004, at 2:52 PM, Mark D. Gerl wrote:
> Is there any way to link an XC project to CW9-generated Mach-O libs?
> I've
> tried various flavors of static and dynamic libraries, but can't seem
> to get
> past the link phase.
Make sure your CW static libraries are named properly: libFoo.a
And make sure you export the symbols properly. I use an .exp file and
add the underscore to each symbol in there (_FooFunction)
Bryan
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.