Hi!
I am trying to upload my dll file into my EFS script however I get an erro that the dll file couldn't be found :
"\Downloads\Esiganle_test.efs , line 10 : Can not find DLL ..."
The command I used was
var d = new DLL( "c:/testdll/myTest.DLL" );
Please help
I am trying to upload my dll file into my EFS script however I get an erro that the dll file couldn't be found :
"\Downloads\Esiganle_test.efs , line 10 : Can not find DLL ..."
The command I used was
var d = new DLL( "c:/testdll/myTest.DLL" );
Please help
Comment