J
J
justed_ss2015-05-15 12:51:26
JavaScript
justed_ss, 2015-05-15 12:51:26

How to access driver on node-webkit in windows?

There is some application on node-webkit.
There is a third-party driver for the device, all operations are performed by loading the dll, getting the driver object, and executing various methods on it.
(I don’t understand winapi and development for windows at all)
C node-ffi doesn’t work out very well (it seems like it’s only suitable for calling c-like functions from the library, and node-ffi doesn’t see any functions in dll other than dllgetclassobject, and similar ones that crash the application when called)
There is another option using edge and c #, but with complete ignorance of the language it doesn’t work out very well.
Are there any other ways?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Timur Shemsedinov, 2015-05-15
@justed_ss

Is there a description of the DLL at all? If so, is it possible to call from C/C++? And already C / C ++ is easy to call from the node.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question