Re: How to create a dynamic library?
Re: How to create a dynamic library?
- Subject: Re: How to create a dynamic library?
- From: "Peter O'Gorman" <email@hidden>
- Date: Wed, 20 Apr 2005 11:04:43 +0900
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
_______________________________________________
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