| 43 | | * [http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633f2ec14ff Windows DDK build environment], which is '''freely available''', through the use of the 'ddk_build.cmd' file. This will also produce all of 32, 64 or 32+64 bits binaries. Note that if you want to produce libwdi applications that are compatible with all supported platforms from XP onwards, '''you will need to use the Windows XP WDK build environment for the 32bit builds and Windows Server 2003 build environment for the 64bit build'''. Take note the WDK versions after 7600.16385.0 drop the support for Windows 2k. If you want to support Windows 2k, then you may have to use the 6001.18002 version (the last WDK version to support Windows 2k). However, please take note Microsoft recommends to use the latest WDK. |
| | 43 | * [http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633f2ec14ff Windows DDK build environment], which is '''freely available''', through the use of the 'ddk_build.cmd' file. This will also produce all of 32, 64 or 32+64 bits binaries. Note that if you want to produce libwdi applications that are compatible with all supported platforms from XP onwards, '''you will need to use the Windows XP WDK build environment for the 32bit builds and Windows Server 2003 build environment for the 64bit build'''. Take note the WDK versions after 7600.16385.0 drop the support for Windows 2k. If you want to support Windows 2k, then you may have to use the 6001.18002 version (the last WDK version to support Windows 2k). However, please take note Microsoft recommends to use the latest WDK so using WDK 6001.18002 is not officially supported. |