The C++ functions need to have C linkage to be used via FFI. Wrap the function signatures with extern "C" calls. More details here: In C++ ...
確定! 回上一頁