Hello,
I am trying to build a c++ binary module for node webkit,
when compiling the code, and trying the save the callback using Persistent<Function>::New(callback);;
i'm getting compilation error
error C2440: '=' : cannot convert from 'v8::Primitive *' to 'v8::Object *volatile ' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
according to node.js documentation, this bug had already been resolved on version 0.11.8
which version of node webkit will be based on node 0.11.8?
Thanks!