Changes between Version 27 and Version 28 of libwdi


Ignore:
Timestamp:
07/14/10 13:32:11 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi

    v27 v28  
    99  * all required driver files are provided by the library - no need for additional downloads. 
    1010  * automated inf generation, or can be used with your own inf files (including signed ones). 
    11   * compatible with 32 and 64 bit Windows platforms, starting with Windows XP, with the possibility to either: 
     11  * compatible with 32 and 64 bit Windows platforms, from Windows 2000 to Windows 7 (untested on Windows 2003) with the possibility to either: 
    1212   * produce 2 separate libraries, for 32 or 64 bit, or, 
    1313   * produce a single library that covers both 32 and 64 bit at the same time. 
     
    1919 
    2020As of 2010.06.04, libwdi is in functional beta, including the installer applications (in examples). 
     21An official release is planned once we are satisfied that all the basic functionality has been added and is behaving as expected. 
    2122 
    2223== Documentation == 
     
    3334 
    3435The following development environments are currently supported for libwdi on Windows: 
    35   * [http://www.mingw.org MinGW] (32 bit) or [http://mingw-w64.sourceforge.net/ MinGW-w64]. To compile a library that is both 32 and 64 bit compatible, you should use a version of MinGW-w64 that supports both -m32 and -m64 
     36  * [http://www.mingw.org MinGW] (32 bit) or [http://mingw-w64.sourceforge.net/ MinGW-w64]. To compile a library that is both 32 and 64 bit compatible, you should use a version of MinGW-w64 that supports both -m32 and -m64. 
    3637  * [http://msdn.microsoft.com/en-us/visualc/default.aspx Microsoft Visual C++ (Visual Studio) 2008]. Only the full version will allow you to produce 64 bit or or 32+64 bit binaries. 
    3738  * [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, '''you will need to use the Windows XP DDK build environment''' 
    3839  * [http://www.cygwin.com/ cygwin] (32 bit only). 
    3940 
    40 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. 
     41The 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, MinGW is the preferred development environment. 
    4142 
    4243== Source ==