Re: CFBundleLoadExecutable failing to load...
Re: CFBundleLoadExecutable failing to load...
- Subject: Re: CFBundleLoadExecutable failing to load...
- From: Thomas Engelmeier <email@hidden>
- Date: Tue, 5 Jun 2007 10:51:05 +0200
Am 05.06.2007 um 06:03 schrieb rohit dhamija:
Yes, it is a static library built in codewarrior. Just a naive
query: Can a library built in Codewarrior be used in Xcode carbon
applications directly ?
It depends on
- format: CW could generate binaries in Mach-O and CFM format, Xcode
uses only Mach-O. I'm not sure if static CFM libraries begin also
with a byte sequence like "!JOYPEF "
- content: Metrowerks symbol format was mostly compatible with GCC
for C symbols, but the C++ format differed slightly (exceptions,
templates). If the lib uses C++, it might even introduce subtle
errors (seen with Xcode generated plugins to a 3rd party app buildt
with Codewarrior)
HTH,
Tom_E
_______________________________________________
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