Changes between Version 48 and Version 49 of libwdi


Ignore:
Timestamp:
10/02/10 13:52:20 (3 years ago)
Author:
xiaofan
Comment:

Win2k support clarification

Legend:

Unmodified
Added
Removed
Modified
  • libwdi

    v48 v49  
    4444  * [http://www.cygwin.com/ cygwin] (32 bit only). 
    4545 
    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). 
     46The 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). 
    4747 
    4848== Development Source ==