I am trying to write a Windows virtual printer driver (XP, Vista and 7) using WDK 7.1.0. I plan to use the eclipse development environment for development, so I wanted to know if I can configure it for it. I want to do the following: -
1) Eclipse recognizes win32 apis (C and C ++) and therefore provides functions such as autocomplete function names
2) Eclipse use compiler with WDK
3) Debug code through eclipse (not sure if this is possible or not)
Or would you suggest a different development environment for developing Windows drivers?
source share