electron-edge icon indicating copy to clipboard operation
electron-edge copied to clipboard

vc++ problem on window 8.1

Open mo-js opened this issue 7 years ago • 1 comments

hi, we have an electron app with electron-edge. we included 4 dll of (concrt140.dll,msvcp140.dll,vccorlib140.dll,vcruntime140.dll) in application folder (aside edge_nativeclr.node) to avoid install full vcredist.exe. (as described here https://stackoverflow.com/questions/41253450/error-the-specified-module-could-not-be-found) application is ok on windows (7 and 10) but on window 8.1 throws error (The specified module could not be found). are we missed some things?

mo-js avatar Jun 22 '17 19:06 mo-js

I updated a branch of this for MSVS 2015 - https://github.com/paulprins/electron-edge Just make sure that you delete the release directory before you deploy. There are both ia32 and x64 versions of those dlls (which are in the lib/native/win32/{arch}.

It is in the 1.6.2 branch

paulprins avatar Jun 30 '17 21:06 paulprins