Re: How to make a C shared lib in XCode?
Re: How to make a C shared lib in XCode?
- Subject: Re: How to make a C shared lib in XCode?
- From: Isaac Rivera <email@hidden>
- Date: Tue, 7 Sep 2004 11:37:22 -0400
But Macromedia uses DLLs to extend its applications, both in Mac and
PCs. If I use the file .dylib, the C Lib is not seen by the MM
application, if I take off the extension, it does, but it does not see
the C functions.
Isaac
On Sep 7, 2004, at 11:07 AM, Finlay Dobbie wrote:
On 7 Sep 2004, at 14:18, Isaac Rivera wrote:
I guess my question is, how do I generate a .dll file from the
dynamic library project?
You don't. DLLs are Windows things. You want a dylib. The dynamic
library projects produce dylibs. What exactly is it that you don't
understand?
-- Finlay
_______________________________________________
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.
_______________________________________________
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.