Hi, I am trying to port and old function that works well in the previous version of eSignal. The function calls dll like the following: var d = new DLL( "c:/simpleDll.dll"); and I am getting the error: "Error: DLL: Absolute path for DLLs is not supported"
However, if I remove the absolute path eSignal does not seem to be able to find the dll file. I have tried putting dll in different locations but to no avail. Could you please let me know how to call dll from EFS in eSignal 11
However, if I remove the absolute path eSignal does not seem to be able to find the dll file. I have tried putting dll in different locations but to no avail. Could you please let me know how to call dll from EFS in eSignal 11
Comment