Changes between Version 12 and Version 13 of libwdi/faq
- Timestamp:
- 08/30/10 18:11:23 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libwdi/faq
v12 v13 22 22 '''How can I create a DLL with the DDK environment?''' 23 23 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. 24 27 25 28 '''I get "fatal error RC1050: Cannot open include file 'afxres.h'." when compiling zadig with Visual Studio Express'''