Re: Dumbfound using XCode
Re: Dumbfound using XCode
- Subject: Re: Dumbfound using XCode
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 10 Aug 2005 14:22:34 +0100
On 10 Aug 2005 12:16:59 -0000, olavi Sakari <email@hidden> wrote:
> I am porting my application from Code Warrior 8.3 to X-Code 2.1
> Now,my application on Code Warrior was using many libraries ending with
> .lib extension and many dylibs.When I am using the same libraries in
> XCode,it is not able to read them.I have even tried changing their names to
> the name with suffix .a,.o
.lib is probably a CFM library. You need a Mach-O dynamic library
(dylib) or static library (.a). You might also need to change the name
to start with "lib".
-- Finlay
_______________________________________________
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