Tech Support > Microsoft Windows > Drivers > WDK under Visual Studio 2005
WDK under Visual Studio 2005
Posted by firefox78 on June 29th, 2007


Is possible to develope a KMDF driver under Visual Studio 2005? If yes
how can I configure the project and set if I vant a Checked of Free
environment?

Best regards.

Posted by Gianluca Varenni on June 29th, 2007


You need to use DDKBUILD to integrate the WDK build system within Visual
Studio 2005.

DDKBUILD is available at http://www.hollistech.com/

Do not try to tweak a normal Visual Studio 2005 project to compile a driver
by setting the include and lib folders of the DDK/WDK.

Hope it helps
GV

PS. A search in the newsgroup archives usually helps in finding these
answers... the same question was posted earlier today and got the same
answer from Don ;-)



"firefox78" <g.giacomello@gmail.com> wrote in message
news:1183152620.546306.119970@q75g2000hsh.googlegr oups.com...



Similar Posts