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
README mentions Visual Studio C++ 2015 dependency for building but doesn't mention that the user needs VC++ 2015 runtime dependency installed for applications that use aws-crt-nodejs. This is not obvious as the import of aws-crt fails with a process.dlopen error that says it couldn't find the aws-crt-nodejs library at the path it actually exists at (*/win32-x64/aws-crt-nodejs.node) and doesn't mention at all that it requires VCRUNTIME140.dll, which I found out scanning aws-crt-nodejs.node with https://github.com/lucasg/Dependencies
The text was updated successfully, but these errors were encountered:
mikelpr
changed the title
no mention of VC++ redist 2015 /runtime&/
no mention of VC++ redist 2015 /runtime/ dependency
Nov 11, 2022
We believe this requirement is included when specifying Visual Studio C++ 2015. Please let us know if you think any other dependencies are not clearly listed
@jmklix as I mentioned, it is only specified for building, not for runtime. if we were to take what is specified as build deps for runtime too, we would also be expecting npm and cmake on user's machines and that is not the case at all
README mentions Visual Studio C++ 2015 dependency for building but doesn't mention that the user needs VC++ 2015 runtime dependency installed for applications that use aws-crt-nodejs. This is not obvious as the import of aws-crt fails with a process.dlopen error that says it couldn't find the aws-crt-nodejs library at the path it actually exists at (*/win32-x64/aws-crt-nodejs.node) and doesn't mention at all that it requires VCRUNTIME140.dll, which I found out scanning aws-crt-nodejs.node with https://github.com/lucasg/Dependencies
The text was updated successfully, but these errors were encountered: