TMySSHIOHandler problems in MyDAC v7.1.3

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
zoksso
Posts: 4
Joined: Thu 28 Jul 2011 09:42

TMySSHIOHandler problems in MyDAC v7.1.3

Post by zoksso » Fri 02 Dec 2011 11:06

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

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 05 Dec 2011 09:03

To solve the problem you should replace CLRClasses with the CRTypes unit in the uses clause of the CRSSHIOHandler unit.

zoksso
Posts: 4
Joined: Thu 28 Jul 2011 09:42

Post by zoksso » Mon 05 Dec 2011 23:45

thanks :)

Post Reply