cmake-js / fastcall

fastcall - Fast, dyncall based foreign function interface library for Node.js
https://www.npmjs.com/package/fastcall
Other
201 stars 15 forks source link

dyncall.callCString is undefined #14

Open andreineculau opened 7 years ago

andreineculau commented 7 years ago

a function that returns a CString is not supported it seems

unbornchikken commented 7 years ago

I'll look into it. As a workaround you can use char* in place of CString.