-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails w/ Node JS v6.5.0 and Visual Studio 2015 #12
Comments
+1 |
2 similar comments
+1 |
+1 |
hello, I had the same issue, I got work in node v6.9.2 in this branch: I don't make a pull request because it need to be tested in older node versions to maintain backward compatibility. |
Hi @gaboelnuevo , We may consider to create another branch for upper versions. |
I only tested EMF page conversion in Win7 (x64) I think that we can use NODE_MODULE_VERSION of node_version.h instead to maintain a same branch example: #if (NODE_MODULE_VERSION > 46) Note: 46 is only a example, 46 is node v4.0.0 version, I don't know exactly what versions are compatible with this fix. |
any chance on this getting fixed? thanks.. |
Could you please try now? |
node-pdfium fails with Node JS 6.5.0
error seems to be indicative of change in Node JS native API
..\..\..\third_party\pdfium\fpdfsdk\src\javascript\JS_Runtime.cpp(103): error C2660: 'v8::Isolate::New': function does not take 0 arguments [X:\node-pdfium\build\third_party\pdfium\javascript.vcxproj]
config step
build step
The text was updated successfully, but these errors were encountered: