Open FanShiDe opened 6 years ago
The Ewallet.dll file depends on lib-usb. dll. How can I use ffi.Library to introduce these two dlls?
Ewallet.dll
lib-usb. dll
ffi.Library( path.resolve( process.env.NODE_CONFIG_DIR, './EWallet' ), {/**/} )
you can try process.chdir to change cwd to where that has both dlls. That fixes it for me
The
Ewallet.dll
file depends onlib-usb. dll
. How can I use ffi.Library to introduce these two dlls?