Avatar of MohitPandit
MohitPandit
Flag for India

asked on 

Node.js: Error with ffi module node.js Uncaught Error: Dynamic Linking Error: Win32 error 193

Hello Folks,

I want to call a function, which is written in "C" DLL, from node.js JavaScript. I am using "ffi" module in node.js and electron. When I am trying to call the dll function I am getting the below error:

Uncaught Error: Dynamic Linking Error: Win32 error 193

Best Regards,
Mohit Pandit
JavaScriptASP.NETjQuery

Avatar of undefined
Last Comment
Julian Hansen

8/22/2022 - Mon