On NT it LoadLibrary
On HPUX it is shl_load/shl_unload but I can't seem to find the equivalent
for Solaris
Thanks in advance
Rick
On NT it LoadLibrary
On HPUX it is shl_load/shl_unload but I can't seem to find the equivalent
for Solaris
Thanks in advance
Rick
Rickey> On NT it LoadLibrary
Rickey> On HPUX it is shl_load/shl_unload but I can't seem to find
Rickey> the equivalent for Solaris
dlopen()
--
Andrew.
comp.unix.programmer FAQ: see <URL: http://www.erlenstar.demon.co.uk/unix/>
or <URL: http://www.whitefang.com/unix/>
-----BEGIN PGP SIGNED MESSAGE-----
[posted and mailed]
> On HPUX it is shl_load/shl_unload but I can't seem to find the
> equivalent for Solaris
| dlopen(3X) Miscellaneous Library Functions dlopen(3X)
|
| NAME
| dlopen - open a shared object
|
| SYNOPSIS
| cc [ flag ... ] file ... -ldl [ library ... ]
|
| #include <dlfcn.h>
|
| void *dlopen(const char *pathname, int mode);
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: latin1
iQCVAwUBNPmd9A9HL1s0103BAQH1wgQAkm1OY3ARXrt48qfTQh0imCVacxoCVF5/
uZE+TD1rf79dderT0PAEMJTfYl2U6FtaWyq5HeO4iFa+uI+kDVl9P4+ZQ2LxG881
vGghsmLU/FZVat5l2ofYIaN6x3JWGIO4nHC9U5xFfZZ+6fOepoIVfsAmRYcLKGSg
h4GdvtA5IlM=
=7317
-----END PGP SIGNATURE-----
1. what is the equivalent of dynamically loading libraries on Solaris
On NT it LoadLibrary
On HPUX it is shl_load/shl_unload but I can't seem to find the equivalent
for Solaris
Thanks in advance
Rick
2. floating point exception error
3. using gdb with dynamically loaded .so libraries
4. How do I pause in a shell script?
5. Dynamically Loaded Shared Libraries and dbx
6. Socks Proxy and Masqing....
7. Dynamically loading a ****.so library
9. Unresolved references in dynamically loaded shared library (SunOS 4.1.3)
10. Controlling exports in Dynamically loaded shared libraries
11. Proble: Dynamically loaded C++ libraries
12. dynamically loading shared libraries
13. Getting a handle of a dynamically loaded library with dlopen() in _init() function.