摘要:
官方指导:主页->how to compile -> windows 指导文档写得很详细,但有不少细节点没提到,这里把过程简化总结,说明重点,及易坑点 1,安装需求 编译工具:cmake,安装最新版 a. vs2017,安装时注意勾选 Platform Toolset (x86 and x64) 若 阅读全文
摘要:
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace ConsoleApplicatio... 阅读全文