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
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: