Static method call dll exported functions

1, was added in the solution in the header file: #progma comment (lib, "PatchGame.lib"); _ declspec (dllimport) BYTE * GetModAddressPointer (int a, char * b);

2, compiled about the project

3, function calls can be made in the project .cpp file

Guess you like

Origin www.cnblogs.com/mktest123/p/12096002.html