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)
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++.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden