Top "Node-ffi" questions

Node.

Uncaught Error: Module did not self-register

I try to use node-vlc with nw.js (v0.12.0-alpha2). When i launch my app without nw.js it works, …

javascript node.js node-webkit node-ffi
Why EnumPrintersA and EnumPrintersW request the same amount of memory?

I call EnumPrintersA/EnumPrintersW functions using node-ffi to get list of local printers accessible from my PC. You should create …

javascript c++ node.js ffi node-ffi
How can I take a window screenshot in Node.js?

I'm in a research to find a way to take a screenshot of a window using Node.js, and I'm …

javascript node.js npm user32 node-ffi
Call C++ library from Node.js (Node addons / node-ffi)

I'm trying to integrate an external C++ library (I have access to the .so file as well as the header …

node.js node.js-addon node-ffi
node-ffi vs. node extension for accessing existing C++ functionality

I've got some existing C++ code that does numerical processing within a stand-alone C++ application. I now want to use …

c++ node.js node.js-addon node-ffi
Node.js - Could not locate the bindings file

I'm trying to run an app of node-ffi on my windows 7 PC with Nodejs v6.2.0, but it crashes with the …

node.js windows-7 node-ffi
nodejs applicaiton giving error "%1 is not a valid Win32 application" in windows machine

My Nodejs application works fine in ubuntu. When i tried to deploy the same in Windows machine it showed below …

node.js windows azure npm node-ffi