(C++ using G++) Call a DLL
February 24, 2017 · View on GitHub
(C++ using G++) Call a DLL
After one has created a DLL, one wants to use its functions.
There are two ways to load a DLL and then calling its functions:
- Call a dynamically loaded DLL
- Call a statically loaded DLL
Internal links