如何查看 dll 中的函数名称?
1. 打开 Visual Studio 2019 Developer Command Prompt
2. 转到 dll 所在目录, 比如 D:\work\cs\c++\vs2019\calculator_vc\DynamicCalculator\Release
3. 使用 dumpbin 命令
dumpbin /exports Calculator_dll.dll > D:\Calculator_dll.txt
1. 打开 Visual Studio 2019 Developer Command Prompt
2. 转到 dll 所在目录, 比如 D:\work\cs\c++\vs2019\calculator_vc\DynamicCalculator\Release
3. 使用 dumpbin 命令
dumpbin /exports Calculator_dll.dll > D:\Calculator_dll.txt