Page 1 of 1

TMySSHIOHandler problems in MyDAC v7.1.3

Posted: Fri 02 Dec 2011 11:06
by zoksso
I have bds 2006. When I try to install TMySSHIOHandler components in MyDAC version 7.1.3 getting errors

"[Pascal Error] CRSSHIOHandler.pas(35): E2003 Undeclared identifier: TValueArr
[Pascal Fatal Error] MySSHIOHandler.pas(6): F2063 Could not compile used unit CRSSHIOHandler.pas"

When I try to install TMySSHIOHandler components in MyDAC version 7.0.2 everything is fine.

I have Securebridge 3.00.0.6. What is the problem?

Thank you

Posted: Mon 05 Dec 2011 09:03
by Dimon
To solve the problem you should replace CLRClasses with the CRTypes unit in the uses clause of the CRSSHIOHandler unit.

Posted: Mon 05 Dec 2011 23:45
by zoksso
thanks :)