我尝试在一个.js文件中创建缓冲区,然后将该缓冲区传递给一个c++插件,在那里我将调用Windows API。在c++插件中,我有: auto buf = node::Buffer::Data(args[0]);
auto len = node::Buffer::Length(args[0]); 能保证node::Buffers是空终止的吗?或者,node::Bu
我正在尝试一个使用C++的node.js示例,下面是文件详细信息#include<iostream>public:gyp info it worked if it ends with ok
gyp info using node-gyp@3.3.1'C:\\Users\\rtv\\AppData\\Roami