Call Function from DLL loaded in front-end javascript (load dll in clientside javascript)
问题 I have a simple clientside javascript application. I want it to load a DLL file (for a SwipeReader CR100) and call functions from the DLL library from within the javascript code. The second is to add listeners to events fired by the SwipeReader, like DocumentRead or DocumentReadError and handle them in javascript. So, I have 4 minor issues to solve: Load DLL in javascript (mainly Chrome V8 engine). Call function in DLL. Add listener to event fired in DLL. On callback with response object do