I want to develop WDF drivers under Win7 x86, so what tools and IDE I can use and how to configure them.
Thanks a lot~
hi Leon,
You can download Windows driver kit from MSDN
http://msdn.microsoft.com/en-us/library/windows/hardware/gg487428.aspx
you can use IDE VS2011 or by using make and source file you can directly build using ddk through cmd line commands like build -ceZ etc…
check the sample source code is available after DDK is installed in ur PC.
regards,
David Preetham
hi david,
Thank you very much.
I am just a beginner and thank you for your help again.