Registry / utility / dlfcn-win32

dlfcn-win32

JSON →
library1.4.2vcpkgunverified

dlfcn-win32 is an implementation of dlfcn for Windows.

vcpkg install dlfcn-win32
INSTALL
IMPORT
SIG · DLFCN-WIN32
D
dlfcn-win32
utilitycppv1.4.2
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.

dlfcn.h
#include <dlfcn.h>

Basic usage of dlfcn-win32

#include <dlfcn.h> #include <stdio.h> int main() { void* handle = dlopen("mylib.dll", RTLD_LAZY); if (handle) dlclose(handle); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

dlfcn-win32 — pip install dlfcn-win32 · libregistry