I'm experienced user of IBDAC and Firebird, but I'm new to MySQL.
I try out your MyDAC and SecureBridge components.
I've installed both trials on DelphiXE.
If I open SSHDacDemo project and there SSH_Client form I get error message:
Class TMySSHIOHandler not found. ...
Where to find and install TMySSHIOHandler component?
Thanks
Frank
TMySSHIOHandler not found
Hello,
Before opening the demo project, you should compile and install the mydacsbridge150.dpk package that contains the TMySSHIOHandler and TMySSLIOHandler components. The mydacsbridge150.dpk package is located in the %MyDAC_Install_Dir%\Demos\TechnologySpecific\SecureBridge directory. For more information, please read the Readme.html file that is located in this directory.
Before opening the demo project, you should compile and install the mydacsbridge150.dpk package that contains the TMySSHIOHandler and TMySSLIOHandler components. The mydacsbridge150.dpk package is located in the %MyDAC_Install_Dir%\Demos\TechnologySpecific\SecureBridge directory. For more information, please read the Readme.html file that is located in this directory.
differnt unit versions
Thanks, MySSHIOHandler works now.
But compiling the SSHDacDemo project I get a new error:
[DCC Fataler Fehler] SSH_Client.pas(10): F2051 Unit MySqlApi wurde mit einer unterschiedlichen Version von CLRClasses.UnicodeToUtf8 compiliert
Translation:
[DCC Fatal Error] SSH_Client.pas (10): F2051 Unit MySqlApi was compiled with a different version of CLRClasses.UnicodeToUtf8
I don't have MySqlApi.pas and/or CLRClasses.pas to recompile it...
Frank
But compiling the SSHDacDemo project I get a new error:
[DCC Fataler Fehler] SSH_Client.pas(10): F2051 Unit MySqlApi wurde mit einer unterschiedlichen Version von CLRClasses.UnicodeToUtf8 compiliert
Translation:
[DCC Fatal Error] SSH_Client.pas (10): F2051 Unit MySqlApi was compiled with a different version of CLRClasses.UnicodeToUtf8
I don't have MySqlApi.pas and/or CLRClasses.pas to recompile it...
Frank