Changes between Version 47 and Version 48 of libwdi


Ignore:
Timestamp:
10/02/10 13:47:08 (3 years ago)
Author:
xiaofan
Comment:

Clarify Win2k support of MinGW-w64

Legend:

Unmodified
Added
Removed
Modified
  • libwdi

    v47 v48  
    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, a multilib version of MinGW-w64 is the preferred development environment. 
     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 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 ==