• 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: Chris Espinosa <email@hidden>
  • Date: Tue, 19 Apr 2005 22:34:08 -0700

On Apr 19, 2005, at 8:30 PM, Ness Joumaa wrote:

I have another concern. In the man page, the only examples they have are only in C. Does dyld support C++ dynamic libraries?

Yes it does, but beware that the C++ ABI standard has not quite yet matured to support ABI interoperability across generations/compilers. Using gcc4.0 on Tiger will get us much much closer, but if you're using gcc3.3, you should accept the restriction that any clients of your dylib may have to recompile should you change the dylib's ABI in a significant way, and may be required to use the same compiler version as you used for the dylib.


Chris

_______________________________________________
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


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>)
 >Re: How to create a dynamic library? (From: Ness Joumaa <email@hidden>)

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