Changes between Version 50 and Version 51 of libwdi
- Timestamp:
- 10/02/10 19:33:58 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libwdi
v50 v51 44 44 * [http://www.cygwin.com/ cygwin] (32 bit only). 45 45 46 The recommended development environment to compile the library/apps is Windows DDK as it allows the building of a 32+64 bit compatible library, and ensures that the required WinUSB DLL files are available. If you need Windows 2000 compatibility you may have to use MinGW.org (32bit only) or the older version of WDK 6001.18002. You can also use multilib MinGW-w64, which appears to work fine, but be mindful that Windows 2000 targets are not officially supported by the MinGW-w64 team.46 The recommended development environment to compile the library/apps is the latest Windows DDK as it allows the building of a 32+64 bit compatible library, and ensures that the required WinUSB DLL files are available. If you need Windows 2000 compatibility you may have to use MinGW.org (32bit only) or the older version of WDK 6001.18002. You can also use multilib MinGW-w64, which appears to work fine, but be mindful that Windows 2000 targets are not officially supported by the MinGW-w64 team. 47 47 48 48 == Development Source ==