I am going to create a dll project using Visual Studio.
What is its mechanism later?
Does this create a dll file at the end that can be used later in some other projects?
That's right. Use the export and import of dll functions and create two separate projects: an application and a dll. What is it!
VS will create two files for you: A .liband a .dll.
.lib
.dll
, .dll - , . LoadLibrary .dll. , , dll, GetProcAddress , .
LoadLibrary
GetProcAddress
, VS .lib, . .lib, , DLL . dll, exe ( lib), .
, , dll ( ).
dll , ?
, dll / . (.. MS Excel DLL VBA Declare)