Closed PanYuntao closed 11 years ago
I have a C library , invoke a method in the library and a parameter is char * ,but can't get the char[] or string[] object with char * .
https://github.com/PanYuntao/node-ffi/blob/master/example/sqlite.js
https://github.com/TooTallNate/ref-array
I have a C library , invoke a method in the library and a parameter is char * ,but can't get the char[] or string[] object with char * .