2014-09-24 215 views
1

我打算開始開發Windows驅動程序,我有一些問題。啓動Windows驅動程序開發

  • 如何啓動一個簡單的Visual Studio驅動程序項目?我正在使用Visual Studio Ultimate 2012,並且我已閱讀了MSDN上的如何製作簡單的軟件驅動程序,但在本教程的New Project窗口中,有比我更多的選項。更確切地說,我沒有Templates > Visual C++ > Windows Drivers。或者如果我在網上搜索User Mode Driver (UMDF),我什麼也找不到。我已經安裝了WDK 8.1

  • 爲了正確構建驅動程序項目,我應該做些什麼額外的改動?

+0

WDK支持與最新版本的VS(2012&2013)集成在一起。您應該看到這些選項,假設您已經正確安裝了這兩個選項。 – 2014-09-24 08:56:03

+0

怎麼可能把它們安裝錯誤? :)我不認爲這是問題 – 2014-09-24 10:21:35

回答

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. 
+0

我已經嘗試過,並沒有工作 – 2014-09-24 10:21:00

0

VS2012不WDK 8.1工作。 您需要WDK 8.0