我计划开始开发windows驱动程序,我有一些问题。
New Project窗口中,有比我更多的选项。更确切地说,我没有Templates > Visual C++ > Windows Drivers。或者,如果我在网上搜索User Mode Driver (UMDF),我什么也找不到。我安装了WDK 8.1发布于 2014-10-16 08:25:03
我相信WDK8.1可能不适用于Visual 2012。我确认您可以在Visual 2012终极版上安装WDK 8,并且项目模板将显示出来。
http://msdn.microsoft.com/library/windows/hardware/ff557573
发布于 2015-11-17 16:07:59
VS2012不适用于WDK8.1。你需要WDK 8.0
发布于 2014-09-24 08:41:39
试试这个?
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.https://stackoverflow.com/questions/26009678
复制相似问题