Error running sample project
in C++
Guys im trying to run the sample project on a Windows 10 machine. Im using node.js as development tool. Once i try to run the code following error appears
C:\Users\jorgjime\Documents\JJIMENEZ\Apps\Node\node_modules\ffi\lib\dynamic_library.js:74
throw new Error('Dynamic Linking Error: ' + err)
^
Error: Dynamic Linking Error: Win32 error 126
at new DynamicLibrary (C:\Users\jorgjime\Documents\JJIMENEZ\Apps\Node\node_modules\ffi\lib\dynamic_library.js:74:11)
at Object.Library (C:\Users\jorgjime\Documents\JJIMENEZ\Apps\Node\node_modules\ffi\lib\library.js:45:12)
at Object.<anonymous> (C:\Users\jorgjime\Documents\JJIMENEZ\Apps\Node\node_modules\metawear\MetaWear-SDK-Cpp\bindings\javascript\cbindings.js:667:15)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
I followed all the steps to install metawear (windows-build-tools, node-gyp, bluetooth-hci-socket, metawear) but seems to have a linking problem
Any ideas would be really appreciated
Thanks
This discussion has been closed.
Comments