Angus’ Home.
今天想把一个用汇编写的 lib 整合到一个 dll 的输出函数中,用 _declspec(dllexport) 导出该函数不可行,最后用 def 模块导出文件,终于在 Visual Studio 2012 下成功通过测试。
_declspec(dllexport)