Skip to content

Hardcoded Windows DLL dependencies #75

Open
@DDuarte

Description

@DDuarte

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions