I have a windows c++ DLL. It provides some functions like add(1,2). But I don't have the source code for this DLL, is it possible call functions in this DLL through nodejs, I mean, through web side and http. If it possible, what should I do?
相关问题
- Sorting 3 numbers without branching [closed]
- How to compile C++ code in GDB?
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs
- Why does const allow implicit conversion of refere
- How to know full paths to DLL's from .csproj f
相关文章
- node连接远程oracle报错
- vs2017wpf项目引用dll的路径不正确的问题
- Class layout in C++: Why are members sometimes ord
- How to mock methods return object with deleted cop
- How can make folder with Firebase Cloud Functions
- Which is the best way to multiply a large and spar
- C++ default constructor does not initialize pointe
- Selecting only the first few characters in a strin
Yes, there are some prominent solutions out there for using Nodejs with native/C++.
Checkout this node-gyp tutorial: http://www.benfarrell.com/2013/01/03/c-and-node-js-an-unholy-combination-but-oh-so-right/
Or Node-ffi: https://github.com/node-ffi/node-ffi