noble / node-bluetooth-hci-socket

MIT License
154 stars 188 forks source link

error C2373: '_pfnDliNotifyHook2' #42

Closed bastiaanv closed 7 years ago

bastiaanv commented 7 years ago

I want to create a BLE server using bleno, which needs node-bluetooth-hci-socket, but while I'm trying to install the module, it gives me the following error: "error C2373: '_pfnDliNotifyHook2'" (see the image below)

How can I fix this error?

error

the debug.log gives me this: https://drive.google.com/open?id=0B2dRXQJGA3SvYjZ4R01GWUZUOFE

bastiaanv commented 7 years ago

I´ve fixed this by following these intructions: https://github.com/nodejs/node-gyp/issues/972#issuecomment-229896569