Introduction - If you have any usage issues, please Google them yourself
The Development of Dynamic Link Library Program. The distinction between static and dynamic libraries, and the difference between the calling program when linking static and dynamic libraries. How to use tools to view the function of dynamic link library output, the use of Depends tools, C++ compiler name adaptation technology on the dynamic link library output function, extern C usage, the use of module definition files to solve C++ name adaptation problem. Use typedef to define the type of the pointer to the function, and how to get the pointer to the function in the dynamic link library.