Re: Using Libraries on XCode
Re: Using Libraries on XCode
- Subject: Re: Using Libraries on XCode
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 10 Aug 2005 20:20:38 -0600
On Aug 10, 2005, at 7:13 AM, olavi Sakari wrote:
I have a small query,do the static libraries compiled on Code
Warrior 8.3 link successfully on XCode 2.1 just by changing the
name from abc.lib -> libabc.a or DO I have to recompile the whole
of the library code in XCode 2.1 and then use that newly built
library in my main application.
If the library is in C or Objective-C and is compiled as Mach-O, then
it should work. At least, I think Metrowerks and GCC use the same C
ABI...
If the library uses any C++ in it, or if it is compiled as CFM &
linked against the old CarbonLib, then the answer is no.
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