dokany
https://github.com/dokan-dev/dokany.git
需要安装wdk,2022可以直接通过windows driver扩展安装
项目使用nuget添加wdk依赖
- Version of Uwp Package 10.0.26100.0 does not match TargetPlatformVersion 10.0.22621.0.
windows sdk版本填写正确的版本号即可(手动添加,不用下拉)
- error 1420: [DefaultInstall]-based INF cannot be processed as Primitive.
项目中删除inf文件,跳过inf的stampinf编译检查 - error C2065: “STATUS_VRF_CFG_ENABLED”: 未声明的标识符
注释掉错误的行,在log.c中通过#include 导入的inc的文件代码 - No file digest algorithm specified. Please specify the digest algorithm with the /fd flag. Using /fd SHA256 is
<