Changes between Version 29 and Version 30 of libwdi/faq
- Timestamp:
- 09/20/10 12:58:25 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libwdi/faq
v29 v30 18 18 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. 19 19 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. 21 21 22 22 '''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. 24 24 25 25 '''How can I create a DLL with the DDK environment?'''