You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an issue when using ffi (node-ffi) to call C++ library with info below.
node-webkit v0.8.6 (downgraded)
ffi v1.2.7 (compiled with nw-gyp rebuild --target=0.8.6 --arch=ia32)
node-webkit app crashed when I try to call C++ library. I call C++ library successfully with nodejs (v.10.33) context.
I also tried to compile ref module (node_modules/ffi/node_modules/ref) with nw-gyp rebuild --target=0.8.6 --arch=ia32 , node-webkit doesn't crash but throw an error at line of code "var ffi = require('ffi')" like below.
As you might have seen through your own link, this is a duplicate of #199
Look at the bottom there, as that seems to be your only solution (rebuilding node-webkit yourself with a different target name)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I got an issue when using ffi (node-ffi) to call C++ library with info below.
node-webkit app crashed when I try to call C++ library. I call C++ library successfully with nodejs (v.10.33) context.
I also tried to compile ref module (node_modules/ffi/node_modules/ref) with nw-gyp rebuild --target=0.8.6 --arch=ia32 , node-webkit doesn't crash but throw an error at line of code "var ffi = require('ffi')" like below.
(anonymous function)
(anonymous function)
l.$apply
(anonymous function)
x.event.dispatch
g.handle
Any idea?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: