摘要: dll 创建/加载(nim学习系列) dll 创建 test.nim proc add(a, b: int): int {.stdcall, exportc, dynlib.} = a + b 编译成 dll: nim c --app:lib -d:release test.nim dll 加载 方 阅读全文
posted @ 2021-02-27 20:10 StudyCat 阅读(443) 评论(0) 推荐(1) 编辑