#include <dlfcn.h>
char *dlerror(void);
The dlerror() function
returns a null-terminated character string (with no trailing
newline) that describes the last error that occurred during
dynamic linking processing. If no dynamic linking errors have
occurred since the last invocation of dlerror(),
dlerror() returns NULL.
Thus, invoking dlerror() a second time,
immediately following a prior invocation, results in NULL
being returned.
None.
dlerror() returns a null-terminated character string
describing the last error that occurred during a dlopen(),
dlsym(), or dlclose().
If no such error has occurred, then dlerror returns NULL.
UNIX 98.
MT-Safe.
None.
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
- Functions:
- dlclose(), dlopen(), dlsym()
PTC MKS Toolkit 10.5 Documentation Build 40.