Do I need Microsofts driver development kit to build a Kernel PlugIn project?
If you are using Kernel PlugIn to develop a SYS driver for Windows 7/Vista/ Server 2008/Server 2003/XP/2k/NT or Windows Me/98, you need to install Microsoft’s Windows Driver Kit (WDK), or the earlier Driver Development Kit (DDK) – depending on your target OS and WinDriver version – in order to successfully build your Kernel PlugIn driver. For information regarding acquiring the WDK, refer to: http://www.microsoft.com/whdc/devtools/WDK/WDKpkg.mspx. [Note that when using the WDK/DDK to build your Kernel PlugIn driver, you will also need to set the BASEDIR or DDKROOT environment variable to the location of your DDK library, as explained in the WinDriver User’s Manual.] Development of VxD Kernel PlugIn drivers, which was supported for Windows98/Me in earlier versions of WinDriver (v6.0x-), does not require you to install Microsoft’s WDK/DDK in order to successfully build the driver, unless you choose to add your own DDK function calls to your Kernel PlugIn application. (Note that using OS-