我打算开始开发Windows驱动程序,我有一些问题。
如何启动简单的Visual Studio驱动程序项目?我正在使用Visual Studio Ultimate 2012,我已经在MSDN上阅读了如何制作一个简单的软件驱动程序,但在教程中,在New Project
窗口中,有比我更多的选项。更确切地说,我没有Templates > Visual C++ > Windows Drivers
。或者如果我在网上搜索User Mode Driver (UMDF)
,我找不到任何内容。我已经安装了WDK 8.1
为了正确构建驱动程序项目,我应该做些哪些更改?
答案 0 :(得分:1)
VS2012不适用于WDK 8.1。 你需要WDK 8.0
答案 1 :(得分:0)
也许试试这个?
http://msdn.microsoft.com/en-us/library/vstudio/ms247116%28v=vs.100%29.aspx
To restore the default project templates
In the command prompt, navigate to the location of devenv.exe. This file is located in <Visual Studio Installation Path>\Common7\IDE.
NoteNote
If you are running Windows Vista or Windows 7, you must open the command prompt as an administrator by right-clicking the command prompt and then clicking Run as administrator.
Type "devenv /installvstemplates" and press Enter.
答案 2 :(得分:0)
我相信WDK 8.1可能无法与Visual Studio 2012一起使用。我确认您可以在Visual Studio 2012 Ultimate之上安装WDK 8,项目模板将会显示。