Announcement

Collapse
No announcement yet.

Is there a trick to creating DLLs for use with Esignal 12.x?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Is there a trick to creating DLLs for use with Esignal 12.x?

    I'm trying to help a client out with a custom strategy and he wants to protect some of his work in DLL files. Every time we try the follow, we get an error saying "can't open the file".


    var ATLinkInit = false;
    var dll = new DLL("ATLink.dll");

    function main(){
    if (!ATLinkInit) {

    ATLinkInit = true;
    }

    }

    It's a simple script and should allow the EFS script engine to at least find and open the file. I've place the DLL file directly into the script folder.

    Not sure why this is not working. Any help??
Working...
X