• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to create a dynamic library?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: How to create a dynamic library?
      • From: Chris Espinosa <email@hidden>
References: 
 >How to create a dynamic library? (From: Ness Joumaa <email@hidden>)
 >Re: How to create a dynamic library? (From: "Peter O'Gorman" <email@hidden>)
 >Re: How to create a dynamic library? (From: Ness Joumaa <email@hidden>)
 >Re: How to create a dynamic library? (From: "Peter O'Gorman" <email@hidden>)
 >Re: How to create a dynamic library? (From: "Peter O'Gorman" <email@hidden>)

  • Prev by Date: An Apple XCode project
  • Next by Date: Problem in linking bundle in Xcode
  • Previous by thread: Re: How to create a dynamic library?
  • Next by thread: Re: How to create a dynamic library?
  • Index(es):
    • Date
    • Thread