Registry / utility / boost-dll

boost-dll

JSON →
library1.90.0vcpkgunverified

Boost dll module

vcpkg install boost-dll
INSTALL
IMPORT
SIG · BOOST-DLL
B
boost-dll
utilitycppv1.90.0
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.

boost/dll.hpp
#include <boost/dll.hpp>

Loads a shared library and calls a function

#include <boost/dll.hpp> #include <iostream> int main() { boost::dll::shared_library lib("mylib.so"); auto func = lib.get<int()>("my_function"); std::cout << func() << std::endl; return 0; }
Debug
Known issues
gotchaBoost.DLL requires linking against the boost_system library on some platforms.
fix
Ensure you link against Boost::system as well.
affects: *
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

boost-dll — pip install boost-dll · libregistry