标签:
原文链接:http://blog.csdn.net/tinna_zhang/article/details/17531505
使用vs2013编译驱动win7版本,编译之前没有
文档中说:
The operating system that you specified in your configuration is called the target operating system. For example, if you specified Win7 Debug in your configuration, your target operating system is Windows 7. In Solution Explorer, right click inspect (the driver project), and choose Properties. Navigate to Configuration Properties > Driver Model Settings. Set KMDF Version Major to 1. Set KMDF Version Minror according to your target operating system.
Target operating system | KMDF minor version |
---|---|
Windows 7 | 9 |
Windows 8 | 11 |
Windows 8.1 | 13 |
已成功解决一个问题:又出来另一个问题了:打开服务失败(错误码=1058)无法启动服务,可能是已被禁用或与其相关联的设置没有启动。
驱动启动时遇到:打开服务失败(错误码=6):句柄无效 解决方案
标签:
原文地址:http://www.cnblogs.com/dhf327/p/4427599.html