新建->window console Application –> DLL ->Empty project
然后新建 *.h 和 *.cpp文件
在函数前加上 __declspec(dllexport)
build 之后会生成*.dll 和 *.lib文件。 正确引用*.h *.lib 文件 .dll 文件 即可以使用该动态库