Re: How to create a dynamic library?
Re: How to create a dynamic library?
- Subject: Re: How to create a dynamic library?
- From: Ness Joumaa <email@hidden>
- Date: Tue, 19 Apr 2005 20:30:14 -0700
On Apr 19, 2005, at 7:04 PM, Peter O'Gorman wrote:
Ness Joumaa wrote:
Ah, it's just portable runtime code.Thanks. Any hints on creating a
dynamic library? And I know I'm being a real hag, but what is the
speed difference in using a dynamic library?
Please keep this on list.
I have no idea how to create a loadable module from xcode. From the
command line you'd do something like:
gcc -o libfoo.so -bundle a.c
As for the speed difference involved in loading code at runtime
compared with linking the code in, I can not quantify it for your
application. It will be slower. How much slower depends on your code.
Peter
--
Peter O'Gorman - http://www.pogma.com
My bad, I forgot to replace your email with the list's.
I have another concern. In the man page, the only examples they have
are only in C. Does dyld support C++ dynamic libraries?
--ness
_______________________________________________
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