在VS Code 中 使用 gcc 编译 cpp文件为 dll 库


先安装Gcc :https://gcc.gnu.org/

然后在终端运行指令

1
g++ main.cpp -I ../inc -fPIC -shared -o main.dll