Registry / utility / libltdl

libltdl

JSON →
library2.5.4vcpkgunverified

A system independent dlopen wrapper for GNU libtool

vcpkg install libltdl
INSTALL
IMPORT
SIG · LIBLTDL
L
libltdl
utilitycppv2.5.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ltdl.h
#include <ltdl.h>

Initialize libltdl, load a shared library, and clean up

#include <ltdl.h> #include <stdio.h> int main() { lt_dlinit(); lt_dlhandle handle = lt_dlopen("libfoo.so"); if (handle) { printf("Library loaded\n"); lt_dlclose(handle); } lt_dlexit(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.5.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libltdl — pip install libltdl · libregistry