Introduction - If you have any usage issues, please Google them yourself
The preparation of dynamic link library program. The difference between the static library and the dynamic library, and the difference between the calling program and the static library and the dynamic library. How to use the tool to view the function of the dynamic link library output, the use of the Depends tool, the effect of the C++ compiler name adaptation technique on the dynamic link library output function, the extern C usage, and the module definition file to solve the C++ name adaptation problem. Use the typedef to define the pointer type that points to the function, and how to get the pointer to the function in the dynamic link library.