I have an efs study that uses a DLL that loads via the statement:
dLL = new DLL ("c:\Interface\Interface.dll")
The dLL loads fine and all the functionality works. The dll also loads fine from the eSignal directory, via the statement:
dLL = new DLL ("Interface.dll")
HOWEVER, when I send the dll and the efs to a client of mine, eSignal reports an error saying that it cannot find the dll. I checked my clients system, and sure enough the dll is there and he is running the correct efs. Further, we tried it on a 2nd system of his and the same result.
Any ideas why eSignal could not find a dll that is really present?
Tx,
Scott
dLL = new DLL ("c:\Interface\Interface.dll")
The dLL loads fine and all the functionality works. The dll also loads fine from the eSignal directory, via the statement:
dLL = new DLL ("Interface.dll")
HOWEVER, when I send the dll and the efs to a client of mine, eSignal reports an error saying that it cannot find the dll. I checked my clients system, and sure enough the dll is there and he is running the correct efs. Further, we tried it on a 2nd system of his and the same result.
Any ideas why eSignal could not find a dll that is really present?
Tx,
Scott
Comment