(C++) How to work with DLLs in C++ Builder?

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) How to work with DLLs in C++ Builder?

 

When you want to work with DLL's using C++ Builder, you will have to do the following procedures (ordered chronologically):

  • Create a DLL (using C++ Builder)
  • Call a DLL