(C++ using G++) DLL's in G++

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++ using G++) DLL's in G++

 

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

  • Create a DLL
  • Call a DLL