TooTallNate / ref

Turn Buffer instances into "pointers"
http://tootallnate.github.com/ref
454 stars 142 forks source link

Issue while compiling with nw-gyp for NW 0.11.5 #19

Closed sarangsapre closed 9 years ago

sarangsapre commented 9 years ago
..\src\binding.cc(661): error C2661: 'v8::Object::Set' : no overloaded function
 takes 3 arguments [d:\matlabintegration\node-modules\ref\build\binding.vcxproj
]
..\src\binding.cc(662): error C2661: 'v8::Object::Set' : no overloaded function
 takes 3 arguments [d:\matlabintegration\node-modules\ref\build\binding.vcxproj
]

Works with NW0.8.5 though.

It seems that we have to use ForceSet instead of Set ?

TooTallNate commented 9 years ago

Should be fixed by #20.