Skip to content

A dynamic link library (DLL) initialization routine failed #94

@wizzardio

Description

@wizzardio

I have a win32 application for Card Reading (I also use nw.js) and in this application I need to include pcsclite. When I installed it I received an error : buffertools.node is not valid win32 application windows.

I used node-gyp to configure and build it via commands:

 node-gyp configure --arch=ia32 --target_platform=win32 -msvs_version=2015
 node-gyp build --arch=ia32 --target_platform=win32 -msvs_version=2015

This error disappeared and I received another:

A dynamic link library (DLL) initialization routine failed.
node_modules\buffertools\build\Release\buffertools.node

Maybe, someone will be able to give some hint how I can handle it?
I use:
node 9.11.1
npm 6.4.1
win 10 / 64

Please, let me know in case of any questions.

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions