Changes between Version 12 and Version 13 of libwdi/faq


Ignore:
Timestamp:
08/30/10 18:11:23 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi/faq

    v12 v13  
    2222'''How can I create a DLL with the DDK environment?''' 
    2323  Run 'ddk_build DLL'. Make sure the DLL parameter is specified as uppercase.[[BR]] 
     24 
     25'''I get "System error: -2147154677" when trying to convert the project files in Visual C++ Express 2010''' 
     26  Unfortunately, Microsoft's Visual C++ Express 2010 is a crippled version that cannot import project files that contain 64 bit builds. Currently, the only solution is to either not use Visual Studio Express 2010 or re-create the project files manually. 
    2427 
    2528'''I get "fatal error RC1050: Cannot open include file 'afxres.h'." when compiling zadig with Visual Studio Express'''