You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had notice some word in read me file that, "Note that because of WinDDK, you can only build this module using Visual Studio 2013, and can't target a Node v9.0.0 ABI, which uses C++ constructs unsupported on such Visual Studio version".
I have problem with rebuild, and I question is:
1): I can just find download link of WDK instead of WinDDK
I have Visual Studio 2015 installed on my computer, so I downloaded this:WDK for Windows 10, version 1703
How can I download WinDDK?
Or WDK is fine, how to modify the file "libwdi_build.bat"?
Is Visual Studio 2015 is Ok for rebuild?
2):My node version is 8.9.2, is it fine?
The text was updated successfully, but these errors were encountered:
I downloaded "Windows DDK 7.1.0 build environment", which is "is the free, recommended environment for libwdi compilation".(detail in wiki of pbatard/libwdi)
I clone pbatard/libwdi to deps/libwdi
run npm run rebuild, then the new error message is LINK : fatal error LNK1181: can't open “libwdi.lib”.
I checked that there is no libwdi.lib at deps/libwdi/libwdi
I had notice some word in read me file that, "Note that because of WinDDK, you can only build this module using Visual Studio 2013, and can't target a Node v9.0.0 ABI, which uses C++ constructs unsupported on such Visual Studio version".
I have problem with rebuild, and I question is:
1): I can just find download link of WDK instead of WinDDK
I have Visual Studio 2015 installed on my computer, so I downloaded this:WDK for Windows 10, version 1703
How can I download WinDDK?
Or WDK is fine, how to modify the file "libwdi_build.bat"?
Is Visual Studio 2015 is Ok for rebuild?
2):My node version is 8.9.2, is it fine?
The text was updated successfully, but these errors were encountered: