Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

vc++ problem on window 8.1 #43

Open
mo-js opened this issue Jun 22, 2017 · 1 comment
Open

vc++ problem on window 8.1 #43

mo-js opened this issue Jun 22, 2017 · 1 comment

Comments

@mo-js
Copy link

mo-js commented Jun 22, 2017

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?

@paulprins
Copy link

paulprins commented Jun 30, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants