Open
Description
Related to #51
The file c-lib.js
hardcodes the VC runtime library msvcr120
making it only compatible with DLLs built with Visual Studio 2013. This causes Node to crash when external DLLS (libstorm.dll
, libblp.dll
) are compiled with a different VS version, e.g, ucrtbase
/ucrtbased
should be used if compiling with VS 2015 (or above).
Metadata
Metadata
Assignees
Labels
No labels