Changes between Version 29 and Version 30 of libwdi/faq


Ignore:
Timestamp:
09/20/10 12:58:25 (3 years ago)
Author:
xiaofan
Comment:

Add TDM64.

Legend:

Unmodified
Added
Removed
Modified
  • libwdi/faq

    v29 v30  
    1818  1. Use Visual Studio (>= 2005) and select Win32 for the target. Note that Visual Studio Express cannot be used, as it doesn't include a 64 bit compiler. 
    1919  1. Use the [http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633f2ec14ff Windows Driver Kit] or DDK (v 7.x or later), and run {{{ddk_build.cmd}}} from one of the Windows XP 32 bit command prompts 
    20   1. Use a '''multilib''' version of [http://mingw-w64.sourceforge.net/ MinGW-w64]. Multilib means a compiler that supports both the -m32 and -m64 options. Currently, the binaries provided on the project page are not multilib, so you need to [http://pete-tech.blogspot.com/2010/07/compiling-mingw-w64-with-multilib-on.html recompile MinGW-w64] yourself. 
     20  1. Use a '''multilib''' version of [http://mingw-w64.sourceforge.net/ MinGW-w64]. Multilib means a compiler that supports both the -m32 and -m64 options. Currently, the binaries provided on the project page are not multilib, so you need to use [http://tdm-gcc.tdragon.net/download TDM64] which only runs under Windows or [http://pete-tech.blogspot.com/2010/07/compiling-mingw-w64-with-multilib-on.html recompile MinGW-w64] yourself. 
    2121 
    2222'''How can I create Windows 2000 compatible version of libwdi?''' 
    23   Currently, the only __supported__ way to do so is either to use MinGW32 or a multilib MinGW-w64. 
     23  Currently, the only __supported__ way to do so is either to use MinGW32 or a multilib MinGW-w64. You may try WDK 6001 version as well but it is unsupported. 
    2424 
    2525'''How can I create a DLL with the DDK environment?'''