mr_*_*_js 6 dll visual-studio-code
是否可以使用 Visual Studio Code 生成 DLL 文件?在 Visual Studio Community Edition 中,有一个向导提供用于设置项目以输出 DLL 的选项。
小智 2
我不确定,但如果这对你有帮助的话:
如果将 GCC 与 mingW32 或 mingw64 一起使用,则应使用以下命令。
如果使用 Windows:
x86_64-w64-mingw32-gcc -shared objectfile.o -o outputfile.dll
Run Code Online (Sandbox Code Playgroud)
如果使用 Mac 或 Linux:
gcc -shared objectfile.o -o outputfile.dll
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1359 次 |
| 最近记录: |