Changes between Version 48 and Version 49 of libwdi
- Timestamp:
- 10/02/10 13:52:20 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libwdi
v48 v49 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 the older version of WDK 6001.18002. The problem with MinGW-w64 is that it only officially supports XP onwards (YMMV on Win2k).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. The problem with MinGW-w64 is that it only officially supports XP onwards (YMMV on Win2k). 47 47 48 48 == Development Source ==