Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theopnv/dynamic-loading
Loading of a C++ class from a shared library (C++11)
https://github.com/theopnv/dynamic-loading
cpp11 cross-platform dll dynamic loading
Last synced: about 9 hours ago
JSON representation
Loading of a C++ class from a shared library (C++11)
- Host: GitHub
- URL: https://github.com/theopnv/dynamic-loading
- Owner: theopnv
- Created: 2018-02-26T13:12:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T16:17:03.000Z (almost 3 years ago)
- Last Synced: 2024-09-10T02:00:03.090Z (2 months ago)
- Topics: cpp11, cross-platform, dll, dynamic, loading
- Language: C++
- Homepage: https://blog.theopnv.com/posts/cpp-dynamic-loading/
- Size: 13.7 KB
- Stars: 65
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the github repository of this tutorial about Dynamic loading in modern C++ : https://blog.theopnv.com/posts/cpp-dynamic-loading/
__Execution__
Running on Linux, Windows and MacOS:
`cmake . && make`. The executable is then available in `Core/build/`.