I can not get esignal 8.0 to encrypt any function library without it crashing esignal. I tried an empty shell and it still crashes upon trying to encrypt it. Then I put the following code in it:
function initLib() { }
function shutdownLib() { }
It still crashed. What am I doing wrong?
function initLib() { }
function shutdownLib() { }
It still crashed. What am I doing wrong?
Comment