(C++) How to call a DLL in C++ Builder?

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) How to call a DLL in C++ Builder?

 

After one has created a DLL in C++ Builder, 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