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 17:02:39 -0700
On Apr 19, 2005, at 7:27 AM, Peter O'Gorman wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ness Joumaa wrote:
| Hello,
|
| How do you create a dynamic library usable through dlopen? And for
some
| people who know what dynamic C++ code is, what's the difference
between
| using dlopen and C++'s built in dynamic class usage? Speed is my main
| issue.
Please explain what you believe "C++'s built in dynamic class usage"
to be.
Peter
- --
Peter O'Gorman - http://www.pogma.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Darwin)
iQCVAwUBQmUVSbiDAg3OZTLPAQKUSgP/QhweJJpVlFc7W60ioWPEmOU6ktpdXvPX
71JfePmzw3WzJ8x88gb4exjfLZsytz6ZKGnRyzKkgUQL4TPWTmNa5avqm3Jytl1D
Wx4xYs3RHp/DDsZfXvIKV/HwwS1Ybcl3RCWoePN5kraSQfnw7udJ2kcB1FVYuZ06
CGwI0KL8BeE=
=x8Cp
-----END PGP SIGNATURE-----
Such as:
Handle h =
dynamic<Receive>::activate
("debugimp.so", "Receive");
dynamic<Receive> receiver2 (h);
I learned this from The C/C++ Users Journal, you can find the link to
the article at the end of this message. Apparently, the journal states
that it is a "partial Unix implementation" of using class-dynamic
libraries under C++.
http://www.cuj.com/documents/s=8047/cuj9910gray/gray.htm?temp=ebBN7F-cv0
thanks,
--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