Changes between Version 11 and Version 12 of libwdi/faq


Ignore:
Timestamp:
08/30/10 02:05:30 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi/faq

    v11 v12  
    1616  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 
    1717  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. 
     18 
     19'''How can I create Windows 2000 compatible version of libwdi?''' 
     20  Currently, the only __supported__ way to do so is either to use MinGW32 or a multilib MinGW-w64. 
    1821 
    1922'''How can I create a DLL with the DDK environment?'''